Comments
-
Yep, you are right. My bad...
-
Hello Greg, Just tested this and indeed I get a 409 every time, thanks for that. Strangely though, the body of the response is: { "error": "No matching groups found for g:57460cd2e2edd1cd00000000000001b." } or { "error": "Some groups are not on the team." } Shouldn't it be in your standard format as specified in the APIv2…
-
Good point, I did not think about this name having ever been used. So, to be sure I did the same test again with both old and new names being random strings that surely has never been used in the whole account. I get the same behavior. The processing order is hard to enforce when working in a threaded context so having…
-
Hi Greg, I am aware that this is still not available. Just wanted to add up and flag this as a feature that would really be useful for me too. Thanks
-
Yeah sure, here's more details: The Dropbox Business environment that we use for tests purposes has 3 groups as shown in the admin console or via the /2/team/groups/list API call. One of these groups has "group_id": "g:57460cd2e2edd1cd000000000000001a". If I call /2/team/groups/members/list on this group id I get, as…
-
Another problem I'm running into with the removal of the userID is that the URL to a file revision history is using this userID. These URLs are in the following format: https://www.dropbox.com/history/[PATH_TO_FILE]?_subject_uid=111111111. Is there another way to generate them now that API v2 no longer returns the userID?