-
Short lived access tokens only?
I'm building an internal tool to create file requests via the API. I had it working, but I believe the App Console is only giving me short-lived access tokens when I click "Generate" - each token starts with "sl". Is these a way to get longer-lived tokens for my app? I'm in the "development" stage, which I thought was…
-
Download files and folders shared via API
I want to download files and folders shared on Dropbox, I analyzed the entry of the folder and file in the link but got an error, can you help me? 2024-05-28 11:01:00,538 - INFO - Entry: { ".tag": "file", "name": "DJI_20240527093153_0017_D.DNG", "parent_shared_folder_id": "171914555", "id": "id:bTcip3eRPT4AAAAAAAEx-g",…
-
oauth flow with spring boot
hello , I'm trying to integrate Dropbox with my Spring Boot application and enable the OAuth flow so users can use their Dropbox accounts within my application. However, it isn't working, and I'm struggling with the documentation. Can someone help me? Thank you!
-
How can I simply upload files via API without manually generating an access token?
* I have the app secret and key * I had some script working but the access token is short lived, as I used the one I generated from the console * I cant find any API info on how to generate an access token? All I see is stuff about where you generate some code and then you have to open a webpage and enter the…
-
Developer accounts
Hi, I've been developing a third-party integration over the past month or so using a business trial account which expired. The thing is upgrading would cost me 3 seats, which I personally don't need. Salesforce, Pipedrive, and many popular cloud services offer free developer accounts in Sandbox environments (with limited…
-
Dropbox API error with 500
Greetings, I am encountering the following error while calling the Dropbox API: InternalServerError('6c7329b49922471380831b2b3f2fb49c', 500, '{"error": "The server has either erred or is incapable of performing the requested operation."}') Below is the Python code for the API call: self.dbx =…
-
Dropbox API for deleting the integration app connected via OAuth2 flow.
Does Dropbox provides an API for deleting the integration app connection. We just want to allow users to disconnect our Dropbox integration app from our app itself, just like same is allowed from the Dropbox in "Apps" section in 'Personal Account'.
-
Error: user for app is not enabled when refreshing access token
When I refresh my access token using this API curl https://api.dropbox.com/oauth2/token \ -d grant_type=refresh_token \ -d refresh_token=<REFRESH_TOKEN> \ -d client_id=<APP_KEY> \ -d client_secret=<APP_SECRET> I get this error: user for app is not enabled. I can't find information about this error anywhere in the…
-
Saver does not upload image file to dropbox, only opens the image in new tab.
Trying to use Saver on Instagram files. If I use the API like this: fetch("/api/dropboxupload", { method: "POST", headers: { "Content-Type": "application/json", }, body: JSON.stringify({ url: YOUR_FILE_URL, filename: YOUR_FILE_NAME, accessToken: accessToken.DropboxToken, }), }) I am successful. If I uninstall Dropbox from…
-
Error 400 when trying to download a file
Hello, I'm using Dropbox for OTA. It worked for long time up until couple of weeks ago. Now, connection is established, folder list is downloaded, but when trying to download a file, I'm receiving Error 400. Your support team answered similar questions (around Error 400), claiming that the format of the HTTPT request might…