|
authentication question
Hi! I've decided to move this question to its own topic :)
Do y'all use your own email/password combos for this stuff (and then figure out securing the info depending on your server/software
Hi! I've decided to move this question to its own topic :)
Do y'all use your own email/password combos for this stuff (and then figure out securing the info depending on your server/software
|
By
ajomccauley@...
·
#170
·
|
|
Re: Login produces an error of invalid email
Thank you, Mark, I have found the correct way to use the API. It was simpler than I had assumed.
Graham
Thank you, Mark, I have found the correct way to use the API. It was simpler than I had assumed.
Graham
|
By
Graham Lawrence
·
#169
·
|
|
Re: Login produces an error of invalid email
I saw some calls where no email address was sent. That would result in that error.
Mark
I saw some calls where no email address was sent. That would result in that error.
Mark
|
By
Mark Fletcher
·
#168
·
|
|
Re: Login produces an error of invalid email
I saw a similar error. Turned out it was nothing more than a character in my password that has specific meaning in the context of URLs and had to be encoded. See
I saw a similar error. Turned out it was nothing more than a character in my password that has specific meaning in the context of URLs and had to be encoded. See
|
By
Patrick Dell'Era
·
#167
·
|
|
Login produces an error of invalid email
I have tried to login using POST with my email address and password but I getarray(3) { ["object"]=> string(5) "error" ["type"]=> string(13) "invalid email" ["extra"]=> string(0)
I have tried to login using POST with my email address and password but I getarray(3) { ["object"]=> string(5) "error" ["type"]=> string(13) "invalid email" ["extra"]=> string(0)
|
By
Graham Lawrence
·
#166
·
|
|
Re: if you want to try to export your stuff...
Sorry for the crosspost! I forgot the "main" beta group was moderated, and I didn't think my post would be approved bc my last one wasn't, so then I posted here. Anyway, sorry about that!
Sorry for the crosspost! I forgot the "main" beta group was moderated, and I didn't think my post would be approved bc my last one wasn't, so then I posted here. Anyway, sorry about that!
|
By
ajomccauley@...
·
#165
·
|
|
if you want to try to export your stuff...
...purely as a backup plan!
I used this code (a few weeks ago) to export our 1700+ membership info in 100-count JSON files (you might be able to go bigger, I didn't
...purely as a backup plan!
I used this code (a few weeks ago) to export our 1700+ membership info in 100-count JSON files (you might be able to go bigger, I didn't
|
By
ajomccauley@...
·
#164
·
|
|
Re: Uploading Pictures via API getting inadequate_permissions
#api
One more issue.
The result of the upload seems to be a nulled out
One more issue.
The result of the upload seems to be a nulled out
|
By
Eric di Domenico
·
#163
·
|
|
Re: Example signup form?
Hi! Just a bump on this question, if anyone has some advice:
Do y'all use your own email/password combos for this stuff (and then figure out securing the info depending on your server/software
Hi! Just a bump on this question, if anyone has some advice:
Do y'all use your own email/password combos for this stuff (and then figure out securing the info depending on your server/software
|
By
ajomccauley@...
·
#162
·
|
|
Re: Uploading Pictures via API getting inadequate_permissions
#api
Awesome! it works!
Thank you!
Awesome! it works!
Thank you!
|
By
Eric di Domenico
·
#161
·
|
|
Re: Uploading Pictures via API getting inadequate_permissions
#api
I just fixed a bug with that call. Please try again.
Thanks,
Mark
I just fixed a bug with that call. Please try again.
Thanks,
Mark
|
By
Mark Fletcher
·
#160
·
|
|
Re: Uploading Pictures via API getting inadequate_permissions
#api
Any chance someone from Groups.io can reply to this?
Any chance someone from Groups.io can reply to this?
|
By
Eric di Domenico
·
#159
·
|
|
Re: Help! I'm confused on how to migrate via the api
Mark:
I pre-paid a year of premium service and sent you (via private email) a test MBOX file. I'm not sure I have the format correct. Specifically, I didn't know how to tie replies to the original
Mark:
I pre-paid a year of premium service and sent you (via private email) a test MBOX file. I'm not sure I have the format correct. Specifically, I didn't know how to tie replies to the original
|
By
sierragamers@...
·
#158
·
|
|
Message to +subscribe, re: display name
Forking off topic #156
I'm thinking of using a basic webform on our website (it's Drupal so there's a webform module) that just sends a message to the "+subscribe" email address of our group.
The
Forking off topic #156
I'm thinking of using a basic webform on our website (it's Drupal so there's a webform module) that just sends a message to the "+subscribe" email address of our group.
The
|
By
ajomccauley@...
·
#157
·
|
|
Re: Example signup form?
(Still wondering about that last thing if anyone has any insight!) (But also -- )
Looks like we won't be using Direct Add after all, they want to approve subscription requests. I mean, the
(Still wondering about that last thing if anyone has any insight!) (But also -- )
Looks like we won't be using Direct Add after all, they want to approve subscription requests. I mean, the
|
By
ajomccauley@...
·
#156
·
|
|
Re: BREAKING CHANGES
#important
That's legacy and I've just removed it.
Thanks,
Mark
That's legacy and I've just removed it.
Thanks,
Mark
|
By
Mark Fletcher
·
#155
·
|
|
Re: Uploading Pictures via API getting inadequate_permissions
#api
If this is any help, here is the Raw request generated by PAW. I am uploading to an album created by the same user.POST /api/v1/addphotos HTTP/1.1Content-Type: multipart/form-data; charset=utf-8;
If this is any help, here is the Raw request generated by PAW. I am uploading to an album created by the same user.POST /api/v1/addphotos HTTP/1.1Content-Type: multipart/form-data; charset=utf-8;
|
By
Eric di Domenico
·
#154
·
|
|
Re: Example signup form?
Oops I replied without refreshing the page first -- thank you, Tim!
Do y'all like, use your own email/password combos for this stuff (and then figure out securing the info depending on your
Oops I replied without refreshing the page first -- thank you, Tim!
Do y'all like, use your own email/password combos for this stuff (and then figure out securing the info depending on your
|
By
ajomccauley@...
·
#153
·
|
|
Re: Example signup form?
Hi Ken, thank you *so much* for sharing your code, and re-urging me to get Postman, which I just did :) If/when I figure more stuff out, I'll share back here!
(The reason for all this, for us, is
Hi Ken, thank you *so much* for sharing your code, and re-urging me to get Postman, which I just did :) If/when I figure more stuff out, I'll share back here!
(The reason for all this, for us, is
|
By
ajomccauley@...
·
#152
·
|
|
Re: Example signup form?
When you authenticate against the login end point, your client will receive a cookie. Each subsequent request that uses that cookie let’s you perform the other actions. Postman has that option to
When you authenticate against the login end point, your client will receive a cookie. Each subsequent request that uses that cookie let’s you perform the other actions. Postman has that option to
|
By
Timothy Fong <timfong888@...>
·
#151
·
|