Get help with the Dropbox API from fellow developers and experts.
Hello, We are using dropbox API to create file upload requests: https://api.dropboxapi.com/2/file_requests/create And the problem is - how to stop dropbox from renaming uploaded files? Is there any option to do this via rest api? Another possible solution may be to be able to set this somehow globally for all new file…
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…
Hi, I use a web site development program called Wappler which allows for the setup of API's It has a section for the URL of the API, JSON DATA and I can add headers. I used the default: https://api.dropboxapi.com/2/files/create_folder_v2 and added the headers: "Authorization: Bearer <my token here>" \ "Content-Type:…
I want to upload a file from my python script to my dropbox account automatically. I can't find anyway to do this with just a user/pass. Everything I see in the Dropbox SDK is related to an app having user interaction. I just want to do something like this: https://api-content.dropbox.com/1/files_put//?user=me&pass=blah
It looks like you're new here. Sign in or register to get started.