|
Re: Help! I'm confused on how to migrate via the api
Gilbert -- a frustrating day.
I could not find a way to post a message with a date. And .. then I couldn't find a way to post a message and know the message id I posted .. The getdraft call is
Gilbert -- a frustrating day.
I could not find a way to post a message with a date. And .. then I couldn't find a way to post a message and know the message id I posted .. The getdraft call is
|
By
sierragamers@...
·
#141
·
|
|
Re: Help! I'm confused on how to migrate via the api
That does sound like the best bet. The yahoo group transfers that have been occurring are all imported very nicely, so I imagine that a user list and mail corpus in mbox format will import very
That does sound like the best bet. The yahoo group transfers that have been occurring are all imported very nicely, so I imagine that a user list and mail corpus in mbox format will import very
|
By
Gilbert Coville <gilbert-groups@...>
·
#142
·
|
|
Re: Help! I'm confused on how to migrate via the api
You wouldn't happen to have an example of mbox format would you?
I've found a few articles, like this one:
https://www.jagwaresoftware.com/blog/what-is-a-mbox-file.html
But they don't seem to address
You wouldn't happen to have an example of mbox format would you?
I've found a few articles, like this one:
https://www.jagwaresoftware.com/blog/what-is-a-mbox-file.html
But they don't seem to address
|
By
sierragamers@...
·
#143
·
|
|
Example signup form?
Hi! Can I use the API to create a custom member signup form? I've looked in the docs, but I'm not sure if I'm not understanding how, or if I'm "not understanding" because it isn't possible to
Hi! Can I use the API to create a custom member signup form? I've looked in the docs, but I'm not sure if I'm not understanding how, or if I'm "not understanding" because it isn't possible to
|
By
ajomccauley@...
·
#144
·
|
|
Re: BREAKING CHANGES
#important
Hi and thank you! Did the change happen at the end of September? I'm new to groups.io and the API, poking around, and when I ran the login object, it included a token field with a super long string
Hi and thank you! Did the change happen at the end of September? I'm new to groups.io and the API, poking around, and when I ran the login object, it included a token field with a super long string
|
By
ajomccauley@...
·
#145
·
|
|
Re: Example signup form?
There are a couple of subtle nuances to this....
Registering a user is easy (two api calls, login and registeruser). However, that only adds the user and doesn't subscribe them to your group. They
There are a couple of subtle nuances to this....
Registering a user is easy (two api calls, login and registeruser). However, that only adds the user and doesn't subscribe them to your group. They
|
By
sierragamers@...
·
#146
·
|
|
Re: Example signup form?
One tip for anyone experimenting with the API...
Download the free Windows utility called "Postman". I tested every api call in Postman prior to writing code. It saved me a ton of time.
PS I have no
One tip for anyone experimenting with the API...
Download the free Windows utility called "Postman". I tested every api call in Postman prior to writing code. It saved me a ton of time.
PS I have no
|
By
sierragamers@...
·
#147
·
|
|
Re: Example signup form?
Thank you! I actually have a premium subscription, so I can use direct add, yay!
So, I'm a web developer, I know PHP, MySQL, some Python, and some JavaScript, BUT, I haven't used REST, and I'm just,
Thank you! I actually have a premium subscription, so I can use direct add, yay!
So, I'm a web developer, I know PHP, MySQL, some Python, and some JavaScript, BUT, I haven't used REST, and I'm just,
|
By
ajomccauley@...
·
#148
·
|
|
Re: Example signup form?
Greetings Alison,
My application is probably very different. I'm using Dot Net from the server side. That said, I'm putting some code at the end of this message.
The thing I struggled with was that I
Greetings Alison,
My application is probably very different. I'm using Dot Net from the server side. That said, I'm putting some code at the end of this message.
The thing I struggled with was that I
|
By
sierragamers@...
·
#149
·
|
|
Uploading Pictures via API getting inadequate_permissions
#api
I keep getting an inadequate_permissions when trying to add photos via the api.
Logging in and creating an album work but not adding the photo.
curl "https://groups.io/api/v1/addphotos" -H 'Cookie:
I keep getting an inadequate_permissions when trying to add photos via the api.
Logging in and creating an album work but not adding the photo.
curl "https://groups.io/api/v1/addphotos" -H 'Cookie:
|
By
Eric di Domenico
·
#150
·
Edited
|
|
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
·
|
|
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?
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: 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: 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: 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
·
|
|
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: 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
·
|
|
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: 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
·
|