|
How do I get permissions to remove a user? 5 messages
when I try to remove a user, I get an error which says I don't have the right permissions. I cannot find documentation for setting permissions. When removing a user, the documentation says to use the
when I try to remove a user, I get an error which says I don't have the right permissions. I cannot find documentation for setting permissions. When removing a user, the documentation says to use the
|
By
timfong888@...
·
|
|
how to login using Facebook\Google? 3 messages
For accounts that leverage Facebook or Google Oauth, how should a login API call be transacted - or does the API not support this yet?
For accounts that leverage Facebook or Google Oauth, how should a login API call be transacted - or does the API not support this yet?
|
By
Fred Nielsen
·
|
|
Files access? 3 messages
There doesn't appear to be an endpoint to access a group's file uploads. Is this on the roadmap? I'm still wading through the API reference documentation so I may be missing something. Thanks, Matt
There doesn't appear to be an endpoint to access a group's file uploads. Is this on the roadmap? I'm still wading through the API reference documentation so I may be missing something. Thanks, Matt
|
By
Matt Dorn
·
|
|
enable download_archives permission 5 messages
Hi there, How can I enable the download_archives permission to download archives from a group? Should I contact the group's owner or there are some steps I can do on my side? Thanks in advance, Valeri
Hi there, How can I enable the download_archives permission to download archives from a group? Should I contact the group's owner or there are some steps I can do on my side? Thanks in advance, Valeri
|
By
valcos
·
|
|
Problem creating a draft 2 messages
Greetings. I have several thousand posts, replies and members to move over from several websites. My plan is to use the API to do so and I have just started experimenting. I have successfully logged i
Greetings. I have several thousand posts, replies and members to move over from several websites. My plan is to use the API to do so and I have just started experimenting. I have successfully logged i
|
By
sierragamers@...
·
|
|
Turning off notifications when importing users and messages
Can you give me a quick hint as to all of the notifications that I should turn off prior to importing thousands of messages and members? (via the rest API) I'd like to be able to get this all set up q
Can you give me a quick hint as to all of the notifications that I should turn off prior to importing thousands of messages and members? (via the rest API) I'd like to be able to get this all set up q
|
By
sierragamers@...
·
|
|
BREAKING CHANGES 3 messages
#important
Hello, There are some upcoming breaking changes to the API. The most important change is that we're switching from HTTP Basic Auth to a cookies based authentication. Starting now, the /login endpoint
Hello, There are some upcoming breaking changes to the API. The most important change is that we're switching from HTTP Basic Auth to a cookies based authentication. Starting now, the /login endpoint
|
By
Mark Fletcher
·
|
|
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 auto
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 auto
|
By
ajomccauley@...
·
|
|
Help! I'm confused on how to migrate via the api 17 messages
I can successfully use the Rest API, but now need help going the next step I want to move over forum messages, but in order to do so I need to create USERS and subscriptions for the original posters.
I can successfully use the Rest API, but now need help going the next step I want to move over forum messages, but in order to do so I need to create USERS and subscriptions for the original posters.
|
By
sierragamers@...
·
|
|
Example signup form? 10 messages
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 do. Does
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 do. Does
|
By
ajomccauley@...
·
|
|
if you want to try to export your stuff... 2 messages
...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 try): http://yahoogroupedia.pbworks
...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 try): http://yahoogroupedia.pbworks
|
By
ajomccauley@...
·
|
|
Login produces an error of invalid email 4 messages
I have tried to login using POST with my email address and password but I get array(3) { ["object"]=> string(5) "error" ["type"]=> string(13) "invalid email" ["extra"]=> string(0) "" } returned. It mi
I have tried to login using POST with my email address and password but I get array(3) { ["object"]=> string(5) "error" ["type"]=> string(13) "invalid email" ["extra"]=> string(0) "" } returned. It mi
|
By
Graham Lawrence
·
|
|
authentication question 4 messages
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 situation
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 situation
|
By
ajomccauley@...
·
|
|
Donation Payment Methods
Any chance we could get something other than Stripe for accepting donations (venmo, paypal, patreon)? Stripe is a heavy weight tool for the job; I'm just hearding a group of outdoor enthusiast - not a
Any chance we could get something other than Stripe for accepting donations (venmo, paypal, patreon)? Stripe is a heavy weight tool for the job; I'm just hearding a group of outdoor enthusiast - not a
|
By
somaspack
·
|
|
API and enterprise endpoint 2 messages
hi, I am trying to use the API for the first time.. I managed to authenticate using groups.io/api/v1/login, and could make some queries. however, what I really want to do is access our enterprise endp
hi, I am trying to use the API for the first time.. I managed to authenticate using groups.io/api/v1/login, and could make some queries. however, what I really want to do is access our enterprise endp
|
By
Nicolas Dechesne
·
|
|
What are the possible values for sort_field with the Get Topic method?
#api
I have deduced that the sort-dir may be desc but I have been unable to deduce what the sort_field values may be. I have tried 'Updated' and 'updated' but they get converted to 'Created'. I would like
I have deduced that the sort-dir may be desc but I have been unable to deduce what the sort_field values may be. I have tried 'Updated' and 'updated' but they get converted to 'Created'. I would like
|
By
Graham Lawrence
·
|
|
direct_add Changes 2 messages
Hello, I noticed a small change in the response to direct_add (https://groups.io/api#direct_add) that appeared sometime around November 2019 or maybe a earlier. The direct_add_results (https://groups.
Hello, I noticed a small change in the response to direct_add (https://groups.io/api#direct_add) that appeared sometime around November 2019 or maybe a earlier. The direct_add_results (https://groups.
|
By
Jordan Evans
·
|
|
addfiles API still in development?
I'm trying to automate uploading files from a now-defunct Yahoo Group. The /api/v1/addfiles API looks like it will work for this, but it's documentation says "IN DEVELOPMENT. DO NOT USE YET." Is this
I'm trying to automate uploading files from a now-defunct Yahoo Group. The /api/v1/addfiles API looks like it will work for this, but it's documentation says "IN DEVELOPMENT. DO NOT USE YET." Is this
|
By
Christopher Warrington
·
|
|
getfiledirectory 2 messages
Hello Do I understand correctly that getfiledirectory does not get a list of files but only a list of folders, *and* that it gets only a list of folder within the specified path (not folders within th
Hello Do I understand correctly that getfiledirectory does not get a list of files but only a list of folders, *and* that it gets only a list of folder within the specified path (not folders within th
|
By
Samuel Murrayy
·
|
|
[feature request] Add start_msg_date param to endpoint /downloadarchives 5 messages
Hi Mark, It would be great if the endpoint /downloadarchives could have an optional parameter to download messages after a given date. The param (e.g., start_msg_date) would be similar to start_msg_nu
Hi Mark, It would be great if the endpoint /downloadarchives could have an optional parameter to download messages after a given date. The param (e.g., start_msg_date) would be similar to start_msg_nu
|
By
valcos
·
|