Explore Dropbox Developer & API discussions with developers like you.
I was in the process of uploading a file to Dropbox using a Golang application. However, after a certain period, the access token expired, leading to an unsuccessful upload of the file. To ensure the file is consistently uploaded with a valid token, it's crucial to establish a mechanism that checks the token's validity in…
If I'm not mistaken /download_zip endpoint creates a zip using method "store" (meaning 0% compression). So it doesn't make sense to use this API for optimising fetching size, since the resulting zip's size is the same as the one of the remote folder. I understand, that there might be use cases for that, probably, but I was…
I have a personal dropbox account and was wondering if I could view the last access date of a file or folder using the DropBox API endpoints. I know the list_folders endpoint gives some information on timestamps of the uploaded files. Additionally, I want to know if there is any log to find out if a file had been…
in chrome the console error is: Refused to frame 'https://www.dropbox.com/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self'". in firefox error on page: Firefox Can’t Open This Page To protect your security, www.dropbox.com will not allow Firefox to display the page if…
Hi I have to get a token from API because I want to upload and acquire images from Dropbox. Still, I can't get the token from API I have to click on refresh token, again and again, can you please give me any reference that how can I get the token from api?
Hi! I want to get long live connection from an application to Dropbox App folder. The recommended OAuth authorization in that case is authorization code flow with offline token access type. After initial authorization application get <AUTHORIZATION_CODE>, <ACCESS_TOKEN> and <REFRESH_TOKEN>. Is the…
I am authenticating an App, and everything is fine, just a bug that I think is happening in the Dropbox website. After authenticating the app, it redirects to a URL that we must set, and I am using in my project the following redirect URI that it shows by Drobpox: https://www.dropbox.com/1/oauth2/display_token Today, I…
I'm trying to preview a file entity I've fetched from files-list_folder in Dropbox android app. I've noticed there is files-get_temporary_link endpoint when creating an intent like that: Intent(Intent.ACTION_VIEW, Uri.parse(tempLink)).setPackage(Pkgs.DROPBOX) It seems that it can't be resolved by the Dropbox Android app.…
With the new Shared Links released recently I am now getting an empty list of files available at the Shared Link URL. I am calling the `files/list_folder` API endpoint with the `shared_link` specified as a URL (per https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder ). Previously, the…
Hi everyone, I've a question: I need to move files and folders using dropbox API in my Java project. Do you have some code examples? I can't find them online and I don't know if it's possibile do that. Thank you!
It looks like you're new here. Sign in or register to get started.