Get help with the Dropbox API from fellow developers and experts.
I've just started playing around with the sdk, and been using the generated access token in the Settings. I realized this token expires every 4 hours, so I want to implement the refresh token. https://www.dropbox.com/oauth2/authorize?client_id=<APP_KEY>&token_access_type=offline&response_type=code I went through the auth…
Hi everyone! I manage a website and we’re updating the background design to better reflect our brand. We currently use Dropbox shared links and embedded folders to share brochures and project files with clients. As we change the site background (possibly using gradients or images), we want to ensure that the Dropbox embeds…
HI, There is currently no way to set the naming convention when creating a file request through the API. Therefore the uploader name is added to the file automatically and we have no say about it. The idea to implement the option to set the naming convention through the api https://api.dropboxapi.com/2/file_requests/create…
Hi, I'd like to add a feature to my app that allows users to log into their own Dropbox accounts and upload files to them using the Multi-File Uploader Bubble Plugin (powered by dropzone.js). Bubble does not have any working Dropbox plugins, and the Multi-File Uploader does not support Dropbox as a storage choice, so I'm…
We’re building an iOS App that streams mp4 video files from DropBox. We use SDK’s getTemporaryLink method and feed the returned URL to AVPlayer(url: …). The streaming doesn’t start until after a few seconds/minutes depending on the size of the file. Same issue when opening this link in a regular Safari tab. When opening…
Hi, I am using dropbox http api to automate a file upload using php. The script is fine but sometimes I noticed that the file upload is stucked. Is it possible to retry the upload? Hope someone can help me.
What is the right way to iterate through the results of calling sharing_list_shared_links()? I have this code: # Initial request response = dbx.sharing_list_shared_links() print(f"{response=}") # Collect links from the first response shared_links.extend(response.links) # Pagination: Keep fetching more links if there’s a…
We have the following folder structure in Dropbox: My Dropbox/Company/New (2025)/1 - Clients My Dropbox/New (2025)/1 - Clients The following code is creating the new folder in 'Company/New (2025)/1 - Clients/', but I want to create the folder in '/New (2025)/1 - Clients'. # Step 7: Create Dropbox folder dropbox_folder_path…
Hello I have had my WISE 4012 logging an analog signal and it was synced up with Dropbox. It was logging my signal for years and posting .csv files to my dropbox.. it stopped working February 2025. I cannot connect to dropbox server when I try to get Dropbox authentication. Is there something wrong with dropbox servers?…
Hi I dare say this has been asked before, I couldn't find a topic/thread. I am using DB to store an Access Database. This could be accessed by 3 or 4 people remotely who I've shared it with. The data could well have changed. When the office staff come in the following day, I need my C# windows app to checked the…
It looks like you're new here. Sign in or register to get started.