|
Re: direct_add support for sub-groups
#api
Hi Mark,
Thank you for the response. I tested that and it seems to work as expected.
Thanks and Regards
Sri
Hi Mark,
Thank you for the response. I tested that and it seems to work as expected.
Thanks and Regards
Sri
|
By
Srikanth Hanagud
·
#221
·
|
|
Unable to authentication with token
I'm using the /login endpoint login with email/password and then I get the token from that. I'm passing that token in a header like "Authorization: Basic <token>" to the /getuser endpoint, but
I'm using the /login endpoint login with email/password and then I get the token from that. I'm passing that token in a header like "Authorization: Basic <token>" to the /getuser endpoint, but
|
By
Justin Capogna <jcapogna@...>
·
#222
·
|
|
Re: Unable to authentication with token
Hello,
Have you tried using curl, like:
curl "https://groups.io/api/v1/getuser" \
-u TOKEN:
Where TOKEN is the token (don't forget the colon at the end)?
Thanks,
Mark
Hello,
Have you tried using curl, like:
curl "https://groups.io/api/v1/getuser" \
-u TOKEN:
Where TOKEN is the token (don't forget the colon at the end)?
Thanks,
Mark
|
By
Mark Fletcher
·
#223
·
|
|
Re: addfiles API still in development?
Is there any timeline for when the addfiles API will be ready? I have ~500
files from an old Yahoo Group that I'd like to bulk upload across about 30
folders. I've gotten an uploader tool written, but
Is there any timeline for when the addfiles API will be ready? I have ~500
files from an old Yahoo Group that I'd like to bulk upload across about 30
folders. I've gotten an uploader tool written, but
|
By
Christopher Warrington
·
#224
·
|
|
Re: addfiles API still in development?
Hello,
Sorry, I don't have a timeframe at this point. App development has changed and no longer is relying on the API, so API work has been deprioritized until the app is done.
Thanks,
Mark
Hello,
Sorry, I don't have a timeframe at this point. App development has changed and no longer is relying on the API, so API work has been deprioritized until the app is done.
Thanks,
Mark
|
By
Mark Fletcher
·
#225
·
|
|
Re: addfiles API still in development?
This sucks. I moved a group over to this site from Yahoo hoping to have a better experience and the API was a huge part of that. Being able to build and improve on the experience.
The app has been
This sucks. I moved a group over to this site from Yahoo hoping to have a better experience and the API was a huge part of that. Being able to build and improve on the experience.
The app has been
|
By
Eric di Domenico
·
#226
·
|
|
Re: addfiles API still in development?
Cool. Thanks for the info. An explicit "I don't know" is better than the dreaded "Real soon now". 😄
Off-list, someone reminded me of the Upload Folder feature. That may be good enough as well.
--
Cool. Thanks for the info. An explicit "I don't know" is better than the dreaded "Real soon now". 😄
Off-list, someone reminded me of the Upload Folder feature. That may be good enough as well.
--
|
By
Christopher Warrington
·
#227
·
|
|
getmemberdirectory from non-member admin
Hi,
I am an admin of a group. When I attempt to call getmemberdirectory on a subgroup that I'm not a member of, I get an inadequate permissions error. (
Hi,
I am an admin of a group. When I attempt to call getmemberdirectory on a subgroup that I'm not a member of, I get an inadequate permissions error. (
|
By
Christopher Schmidt
·
#228
·
|
|
Re: getmemberdirectory from non-member admin
I've only played with the API, so definitely not an expert. To me, the easiest answer would be to make yourself a member of the subgroup to see if it works then. If so, then we'll know that the
I've only played with the API, so definitely not an expert. To me, the easiest answer would be to make yourself a member of the subgroup to see if it works then. If so, then we'll know that the
|
By
Duane
·
#229
·
|
|
Re: getmemberdirectory from non-member admin
It does: as I said: "I can get this list for subgroups I am a member of." And yes, this is what I expect is the case, which is why I'm looking for any useful workarounds :)
-- Chris
It does: as I said: "I can get this list for subgroups I am a member of." And yes, this is what I expect is the case, which is why I'm looking for any useful workarounds :)
-- Chris
|
By
Christopher Schmidt
·
#230
·
|
|
How to add a new group member through the API
I am working on a new website for my Amateur Radio Club.
Our club has a Groups.io subscription that I believe is a Basic Subscription.
My question is - is it possible to add a new Club Member to the
I am working on a new website for my Amateur Radio Club.
Our club has a Groups.io subscription that I believe is a Basic Subscription.
My question is - is it possible to add a new Club Member to the
|
By
Robert Stroud <rstroud@...>
·
#231
·
|
|
Re: How to add a new group member through the API
Basic/Free groups do not support direct add functionality, either through the website or the API.
Cheers,
Mark
Basic/Free groups do not support direct add functionality, either through the website or the API.
Cheers,
Mark
|
By
Mark Fletcher
·
#232
·
|
|
A few basic Qs from a non-programmer
#misc
Hi everyone,
We are looking to connect our groups.io account to another database and we have a few questions from a non-programmer perspective.
Can we have two or three different applications
Hi everyone,
We are looking to connect our groups.io account to another database and we have a few questions from a non-programmer perspective.
Can we have two or three different applications
|
By
David Mazur-Goulet
·
#233
·
|
|
Re: A few basic Qs from a non-programmer
#misc
Short answer; yes. Slightly longer answer, the API requires a valid login so an application will need to make the appropriate login calls and store/provide the resulting login token, but each login is
Short answer; yes. Slightly longer answer, the API requires a valid login so an application will need to make the appropriate login calls and store/provide the resulting login token, but each login is
|
By
Derek Milliner
·
#234
·
|
|
Re: A few basic Qs from a non-programmer
#misc
Thanks, Derek, for the clear answer to my questions. This can open up a world of possibilities for us.
Thanks, Derek, for the clear answer to my questions. This can open up a world of possibilities for us.
|
By
David Mazur-Goulet
·
#235
·
|
|
Unknown Privacy Setting ""
#api
Hello,
I am working on an application that makes use of the Groups.io API, and I have run into an issue I thought would be worth asking about here. There is a group we manage that when trying to get
Hello,
I am working on an application that makes use of the Groups.io API, and I have run into an issue I thought would be worth asking about here. There is a group we manage that when trying to get
|
By
Andres Tobon
·
#236
·
|
|
Re: Unknown Privacy Setting ""
#api
Hello,
Thanks for the bug report. It's been fixed.
Cheers,
Mark
Hello,
Thanks for the bug report. It's been fixed.
Cheers,
Mark
|
By
Mark Fletcher
·
#237
·
|
|
Feed of original messages
Hello, all:
I am in charge of the lore.kernel.org service, which provides
developer-friendly mailing list archives for easy retrieval and
processing. It is of great importance to many developers to
Hello, all:
I am in charge of the lore.kernel.org service, which provides
developer-friendly mailing list archives for easy retrieval and
processing. It is of great importance to many developers to
|
By
Konstantin Ryabitsev
·
#238
·
|
|
Re: Feed of original messages
Hello,
Can you give me some more information? How would you like to retrieve the original emails?
Thanks,
Mark
Hello,
Can you give me some more information? How would you like to retrieve the original emails?
Thanks,
Mark
|
By
Mark Fletcher
·
#239
·
|
|
Re: Feed of original messages
I'll be happy with anything, including an Atom feed with links to rest endpoints where I can retrieve original rfc2822 messages as received by groups.io (with all original headers and bodies).
All the
I'll be happy with anything, including an Atom feed with links to rest endpoints where I can retrieve original rfc2822 messages as received by groups.io (with all original headers and bodies).
All the
|
By
Konstantin Ryabitsev
·
#240
·
|