Get help with the Dropbox API from fellow developers and experts.
Hi there, I'm using the Java SDK 3x (API v2) and I'm looking for pointers/code to automatically delete files that are X number of days old. There is post on this forum which is doing this in python however not seen anything for Java. I can't use any third party tools due to the context of my client's application. With the…
Hi everyone, I'm having trouble with managing multiple users in my app using SwiftyDropbox. While I can connect users, their tokens are expiring and not auto-refreshing as expected. Here are some snippets of my implementation: public func setupWithAppKeyMultiUserDesktop(_ key: String) {…
def initialize_dropbox_client(): access_token = "my access token" dbx = dropbox.Dropbox(access_token) dbx._oauth2_access_token_expiration = time.time() + 14400 # Assume token expires in 1 hour for initial setup return dbx # Refresh access token if it's expireddef refresh_access_token(): global dbx # Ensure dbx is accessed…
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…
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",…
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!
* 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…
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…
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 =…
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'.
It looks like you're new here. Sign in or register to get started.