Comments
-
Hi @"Greg-DB" , For reference, if you print out the status code, I expect it is a 200, indicating success. yes, the API status code is 200 with warning. I'll ask the team to look into this to correct that confusing warning message though. That's great, thanks. And thanks for the team-admin explanation, that solves my…
-
@"Здравко" oh, yes, I think you're right, the response of the list folder members showing that the access type is viewer now. And yes the message is pretty confusing tho. 😂 And I was wondering why the previous 3 requests failed ? As the document mentioned this API accepts Dropbox-API-Select-Admin header and actually I'd…
-
Thanks @"Здравко" and @"Greg-DB" . Sorry it's my bad, I forgot to upload the request I made. Below is the requests I've made: As you can see, I use the owner as Dropbox-API-Select-Admin and Dropbox-API-Select-User, and used the member selector from email to dropbox-id, all requests failed. Please help check if anything…
-
Hi @"Greg-DB", Thanks for your clarification, it's helpful!
-
Hi @"Greg-DB" , Thanks for all your help, the account works now. I found some questions after testing on the Team Space account. 1) I created a team folder via Admin Console -> Content called Team Folder 1, and the type is Team Folder on WebUI. However, the response from namespaces API shows that, this Team Folder 1 is a…
-
Hi @"Greg-DB" , thanks for your reply, will test with the account, thanks!
-
Hi @"Greg-DB" thanks for your reply. @"Greg-DB" wrote:1) Yes, for the non-updated team space configuration, /2/team/team_folder/list would only return the one team workspace team folder, and that folder contains everything else. So I can assume there should be other team folders existed under this root team space…
-
Hi @"Greg-DB" , thanks for your quick and detailed reply! And I have some following questions as well. 1) For old "Team Space" type, does that mean there is only one Team Folder available when calling list team folders API ? (Because we have no account of Team Space type to test, thus we can't get to know the actual result…
-
Hi @"Здравко" , thanks for your quick reply! Yes, the user that I used for Select-User is unable to access the target file/folder. So that's why I am confused why not all upstream responses are the same. And I totally agree with you regarding the imperfection of the API. So here is what I am going to do, just use the…
-
Hi @"Здравко" thanks for your reply for the Path-Root, makes sense to me. But how can I understand the permission error when using id instead of shared folder id in both cases without Path-Root? Cause for me these two are the same. And actually, there's a shared link existed if I use UserA as Select-User. Thus for me, more…
-
hi @"Megan", thanks for your reply, I have not done this via API since it's hard to achieve adding over 1000 members. I will try to compile more information as possible and post on the API section. Thanks.
-
Hi @"Megan" , thanks for your reply and I have one more question about this. Once our team has more than 1000 members, and I make a request of list_file/folder_members for a team folder / file, does the Everyone at [my team] group will be gone off the groups field in response? If so, will all the team members automatically…
-
@"Здравко" @"Greg-DB" Thanks for your detailed explanation. I will try to use batch version of request to avoid rate limit as possible.
-
@"Здравко" @"Greg-DB" It works now and sorry for not paste the result. The result was too_many_requests. { "error_summary": "too_many_requests/..", "error": { "reason": { ".tag": "too_many_requests" }, "retry_after": 10 }} And actually I continued getting the 429 retry-after:10 at that moment and just wondering what the…
-
Hi @"iNeil" it looks like the response from list_shared_links is always 429. here is my curl command, can you help check? curl -s -XPOST -H "Authorization: Bearer $dt" -H "Content-Type: application/json" -H "Dropbox-API-Select-User:dbmid:AABoDSTDeZtrGKUDsWr8OP_qv9l6s8itCCk" -d '{"path": "id:sK5VCkFxNtoAAAAAAAAAZA"}'…
-
Hi @"iNeil" , thanks for your responding. I'll check and update here.
-
Hi @"Greg-DB" , thanks for help figuring out the post issue. And I am looking forward to the update. Thanks.
-
Hi @"10" and @"Здравко" , thanks for your reply. Why do you think there should be more links? 🤔 Are there available such links? Is it certain? Yes, I think when I list child file's shared links, there should be parent's shared links in the response. I test upstream API via Postman and Curl. Below are my detailed steps: 1.…
-
I don't know why post twice. I will keep the latest one and delete this one.
-
Thanks @"Здравко" and @"Greg-DB" for replying this. However, I still can't get the parent's shared link back. Here is the detailed steps: 1) Create a private folder Team_shared_links_inheritance under UserA's team member folder 2) Create view link for the private folder with access Anyone with the links 3) Upload a file…