Explore Dropbox Developer & API discussions with developers like you.
I'm developer of an app that uses Dropbox API to fetch folders from the root of user's account. For most users the request works just fine, but there are some scenarios where a user have a lot of deleted files and folders in the root, in this scenario the API is not returning the entries correctly when filtering using…
One more issue I am trying to resolve. As I mentioned previously I was able to download the file from dropbox and properly parse it into an array and access array elements within the async function I use to download the dropbox file. However I am having issues using the array outside of the async function…
I am creating a javascript routine that requires me to download and upload updated files in my dropbox app file folders which contains updated football picks. I am able to upload files to my app but when I try to upload I get an undefined error. file path : download functions (I tried both of these) : Both of these…
Hi, I would like to upgrade dropbox-core-sdk from version 4.0.1 to 7.0.0. Currently, I'm using Java JDK 8. According to the Dropbox documentation, this SDK appears to be compatible with JDK 8. However, version 7.0.0 has a dependency on jakarta.servlet-api 6.0.0, which is based on JDK 11. I'm a bit confused: can I update…
Hi everyone, I'm having trouble with Dropbox Business API webhooks not detecting file uploads in a specific team folder subfolder, even though the user has access via the web interface. My Requirement: I want the webhook to trigger when: - Any user uploads a file with a specific extension (e.g., .png) - Into a specific…
Is it possible to automate output of Dropbox information into an excel spreadsheet with links to the files? I am tasked with creating a Contracts Management System using the information provided by Dropbox as the cloud storage solution of choice. Does anyone know if Dropbox integrates with any Contracts Management System /…
is there an option to et from the SDK that latest person who edit/ modify a file/ folder I am using .NET SDK version v6.37 need help on how to get this information
I have Dropbox Advanced Plan with this API available. I uploaded a docx file and edited. But, when I try to get events of event_type file_edit using mentioned API, it doesn't appear in the response. Other events, like file_add event_type do appear.
I am using the Python dropbox module to download files in pyodide (actually xlwings lite). I see that quite often a file is not downloaded completely, without even raising an error. Is there a workaround or patch or ... ? Uploading files seems to work as expected.
I'm using PKCE flow https://www.dropbox.com/developers/documentation/http/documentation#oauth2-token in my react native expo app for generating the token. I'm able to generate code & state value successfully after hitting this url https://www.dropbox.com/oauth2/authorize But when i trying to get the access token using…
It looks like you're new here. Sign in or register to get started.