Get help with the Dropbox API from fellow developers and experts.
Hi everyone, I'm trying to upload a ".dump" file (size 3gb) from Java to my Dropbox application, but I've an error because the max size is 150mb. I'm not finding any examples online, how can I fix that? Following my code: public static FileMetadata uploadDBDump(SuiteConfiguration suiteConfiguration, MultipartFile…
i created an app in and successfully integrated dropbox in pwa and uploaded content too to dropbox but as a part of testing i intensionally not used app for one month and checked again after one month, then access_token failed to generate from refresh_token, will this be resolved if i turn app to production mode, please…
I want to figure out how I can upload a file to sharing folder. I have tried following code to upload a file to dropbox. Rather than uploading the file to shared folder "Reports", it uploaded it to my "userfolder/Reports" I tried various options but nothing worked out. I was able to get the shared folder id for the shared…
Hi, I'm trying to search a file in a dropbox buisness account. I am able to use the search api for an individual dropbox but i want to be able to acheive the same thing for a buisness account aswell. I can list the folders using the api aswell and create a folder in dropbox buisness account but not search. I used this to…
Hi I have try upload session API, it's look good, My question was Dropbox API has "download_session" function?? Thanks
https://api.dropbox.com/oauth2/token?grant_type=refresh_token&refresh_token=<REFRESH_TOKEN>&client_id=<MYAPPID>&client_secret=<MYSECRET> When I http POST to the above URL for refreshing Access Token in my code, a 503 service unavailable is returned. However there is no any issue when I do the same thing in POSTMAN Any body…
Hi, it seems a bit old post, but I will try 🙂. So it is not possible to download a shared file using the Dropbox library for Python? If I use "files_download_to_file", I only see as "entry" the container folder but not the file that it contains. From the web I can see the folder and the file inside. Any idea?
Hi DropBox community, My problem is: If i have to programmatically create apps for different types of things i want to do, for example: - An app that i use only to read account info (scopes: account.info.read) - An app that i use only to upload images (scopes: ...) - ... do i have to worry about a max number of Apps that i…
Hi, I want to develop an app with .net maui for just five people. One function of this app is to upload files (mostly photos) to one Dropbox. Can this be done without forcing them to enter the Dropbox credentials? Or is there a better way to do this? Many thanks and have a nice weekend!
The basic search of file in all folders work fine but I want to search a file in particular folder not whole dropbox. how to implement this.
It looks like you're new here. Sign in or register to get started.