-
1 million API calls/month for data transport partners for the Standard Dropbox
Could You please clarify what it means. Are only 1 million requests can be send to the Dropbox API (https://www.dropbox.com/developers/documentation/http/overview) from the my custom application? Had i understood not correctly maybe?
-
Get specific preview urls for each document revisions.
Can You help me please? Can I get the previewUrl for the specific document revision from the API. I use the https://api.dropboxapi.com/2/files/list_revisions API for getting document revisions list, but id properties for each getted item are equal.…
-
Access only to allowed content of a team member by some token.
Can i somehow generate access token not from administrator of team? Because i get all permissions and i can do all actions with all team content filed and content of private folders of other team members if i generate token in application from administrator role. I can not generate token for applications of other member…
-
API Get Members who has access to a namespace
Hello. I was searching the the decision in the V2 API documentation but did not find it. Could you please describe please how i can get team members or groups that have access to a namespace (Root folder of a namespace).
-
limitation by number requests to API
Does your API V2 have any limitations by number requests from one IP address or for one account?
-
files/list_folder. Dropbox-API-Select-Admin. Invalid select user id format error.
I am trying to send the files/list_folder request with the 'Dropbox-API-Select-Admin = Whole Team' header. But i get a 400 response (Error in call to API function "files/list_folder": Invalid select user id format) 1. I registered Business Account. 2. Added the 'Team member file access' application. 3. Generated the token…
-
File downloading by the link
I develop the product that uses dropbox api. I am needed in api that can help us. I was searching in all internet but did not found anything. Do You have functionality that can allow me dowload files or they revisions by something link? I know about API https://content.dropboxapi.com/2/files/download…. But it is not quite…