Get help with the Dropbox API from fellow developers and experts.
Hi All, We are using the Dropbox API to do an OTA upgrade. We have a webclient application running on the TI microcontroller CC3200. We are using the Drop Box API from 2017 onwards, and it is working fine. When we tested the OTA functionality yesterday, it was unable to receive the CDN file URL. It is able to receive the…
Hi team! For an app we are making we need to access all folders and subfolders in a dropbox team. Just the folder names, however when calling. /2/team/team_folder/list Im only getting the top level folders, not getting the subfolders. And when calling 2/sharing/list_folders Im not getting any cursor as a response, just a…
Hi guys, I am new here! Im tying to use dropbox webhooks to implement some logic flow after files are uploaded. For the first step I always got empty body from webhooks notification request after I uploaded file to my dropbox. I didn't receive any delta info. Here is the body I received. ``` Request Body: {"delta": {},…
I need an identifier that will be the same across users who share the folder. After investigating "/2/files/list_folder" API, we were able to confirm the following: * For folders for which a "shared_folder_id" can be obtained, the "id" values seen by each user are different but the "shared_folder_id" values are the same. *…
Hi, We are encountering the following error StatusCode: 503, ReasonPhrase: 'Service Unavailable' for 'https://api.dropboxapi.com/2/team/namespaces/list' "limit":1000 X-Dropbox-Request-Id: f4ec18a96818409d873e0d2dd6fbb550 made on the 26/02/2025 I've also tried today and am still getting the same, we also have an expodential…
Need to upload some audio files all at once.
I'm encountering an unexpected behavior with the list_shared_links API (https://api.dropboxapi.com/2/sharing/list_shared_links) when working with team folders. I hope someone can provide clarification. Issue: When listing shared links for a team folder that has both edit and view links: 1. If both edit and view links…
Hello Dropbox team! Amongst most File Storage integrations there's a concept of a Super Admin that has access to all users files/folders (including private/shared) in a drive. To access these folders/files via API most times it consists of enabling the scopes in the app and requesting a specific scope through OAuth2.0. To…
Hello everyone, I want to create an Autosync like feature in my app where a user connects his dropbox account, I get his refresh token. Then, using the dropbox sdk , I want to autosync all his pdfs from his account. I've read in the documentation that it can be done using webhooks . I've managed to setup this much code so…
I'm developing a Google Sheets database that feeds an interactive map on My Maps. The script uses the Dropbox API to update folder names (in column A) and folder paths (in column F) based on metadata retrieved from Dropbox shared links. Although every folder is mounted on my account and I have full administrative rights on…
It looks like you're new here. Sign in or register to get started.