Get help with the Dropbox API from fellow developers and experts.
I need an identifier that will be the same across users who share the folder. After investigating "/2/files/list_folder" API, we were able to confirm the following: * For folders for which a "shared_folder_id" can be obtained, the "id" values seen by each user are different but the "shared_folder_id" values are the same. *…
Hi, We are encountering the following error StatusCode: 503, ReasonPhrase: 'Service Unavailable' for 'https://api.dropboxapi.com/2/team/namespaces/list' "limit":1000 X-Dropbox-Request-Id: f4ec18a96818409d873e0d2dd6fbb550 made on the 26/02/2025 I've also tried today and am still getting the same, we also have an expodential…
Need to upload some audio files all at once.
I'm encountering an unexpected behavior with the list_shared_links API (https://api.dropboxapi.com/2/sharing/list_shared_links) when working with team folders. I hope someone can provide clarification. Issue: When listing shared links for a team folder that has both edit and view links: 1. If both edit and view links…
Hello Dropbox team! Amongst most File Storage integrations there's a concept of a Super Admin that has access to all users files/folders (including private/shared) in a drive. To access these folders/files via API most times it consists of enabling the scopes in the app and requesting a specific scope through OAuth2.0. To…
Hello everyone, I want to create an Autosync like feature in my app where a user connects his dropbox account, I get his refresh token. Then, using the dropbox sdk , I want to autosync all his pdfs from his account. I've read in the documentation that it can be done using webhooks . I've managed to setup this much code so…
I'm developing a Google Sheets database that feeds an interactive map on My Maps. The script uses the Dropbox API to update folder names (in column A) and folder paths (in column F) based on metadata retrieved from Dropbox shared links. Although every folder is mounted on my account and I have full administrative rights on…
Does the .NET SDK support OIDC? Looking at the OpenID Connect Guide, after a call to /oauth2/token I should receive an id_token which is a JWT. Using the PKCEOAuthFlow.ProcessCodeFlowAsync() returns an OAuth2Response, which does not contain the id_token. Is there another way to go about this using the SDK?
I want to only query the team events of the event type file_download. I can't seem to figure out how I'm supposed to do it the way the developers intended. I can't find clear documentation on how to do this. GetTeamEventsResult events = await _dropbox.TeamLog.GetEventsAsync(eventType: WHAT DO I PUT HERE); I tried doing…
Android uses SDK to log in, jump to the browser, enter the unregistered account, and jump to a new page. After filling in the Email, First name, Last name, Password as required, click "Agree And sign up", prompt: There was a problem completing this request. Please help solve this problem. (Login to a registered account…
It looks like you're new here. Sign in or register to get started.