Get help with the Dropbox API from fellow developers and experts.
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…
I've been using the api.dropboxapi.com/2/sharing/remove_folder_member endpoint for a number of years without issue. After the scheduled maintenance last night (2025-02-06) I'm receiving a 500 response from all calls to it. I'm doing a POST call with the following headers: Dropbox-API-Path-Root:…
I am new to using OAuth 2 with Dropbox. I deployed a shiny app on the shinyapp.io server. The function only tests if I can upload a file to Dropbox. I tested the app on my local machine, and it worked well. However, when I deployed it on the shinyapp.io server, I set redirect uri as:…
Even though the request parameters are the same, the response results for "/files/search_v2" may differ. The response may contain search result folders/files, or it may contain zero search results. Is it by design that the results can be different even though the request parameters are the same? If it is a specification, I…
It looks like you're new here. Sign in or register to get started.