-
Can't copy link for sub-folder under team folder
I create a sub-folder AB under a Team Folder A, and click copy links on UI, it works. Then I switch to Admin Console and change the sub-folder AB's Access Member to only me with edit permission. Back to the Team Folder A, click copy links on UI, I got the message: "Couldn't copy the link. You don't have permission to…
-
Fail updating folder member
Hi, I am running into a problem when calling sharing/update_folder_member . The error is {"error_summary": "access_error/not_a_member/.", "error": {".tag": "access_error", "access_error": {".tag": "not_a_member"}}} Below are my steps 1. List folder's member 2. Update member's access to viewer with curl I also tested with…
-
Team Space vs Updated Team Space
Hi, according to this post , all kind of accounts will be migrated to "Updated Team Space" by 2024/01/31. I have a few questions about the migration and APIs behaviour changed. 1) As my observation, not all Team Space / No Team Spaces accounts have been migrated before 2024/01/31 and not even been migrated right now. Will…
-
Response of the list shared link API for team folders
Hi, I observed a different response from list shared link API for those sub folders under a team folder. There is a folder test0327 under a Team Folder, the path is /Team Folder For Integration Test/test0327 Its metadata is: { ".tag": "folder", "name": "test0327", "parent_shared_folder_id": "2375939763", "id":…
-
Will Everyone at [Team Name] group be gone after members over 1000?
I've read this post https://help.dropbox.com/account-access/groups#:~:text=Yes%2C%20when%20you%20create%20a,added%20automatically%20as%20they%20join. and noticed that there is a note: * The “Everyone at [Your Team Name]” group can’t be modified as it is a Dropbox created group. * If your team exceeds 1,000 members, this…
-
List shared folders without folder id
When listing sharing folders via API https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folders There is no `folder_id` in the returning metadata of all entries. I was wondering in what circumstances the `folder_id` will be in the response ? Asking because `folder_id` can help to identify the…
-
Shared links inheritance behavior in Team Space model
Hi, I am working on getting the shared links of a file or a folder along with it's parent's shared links with API list_shared_links. However, I got different response from Team Space and Team Folders model. For Team Space model, neither given true nor false to `direct_only`, there's no parent's shared links in the…