Get help with the Dropbox API from fellow developers and experts.
According to OAuth2 Authorization documentation, the scope parameter is nullable, and as per RFC 6749, parameters without a value must be treated as omitted, with unrecognized parameters ignored. However, Dropbox's OAuth2 implementation returns the following error when the scope parameter is included: Error: "error":…
I am trying to access the teams folder and all the files and folders inside it for a particular member(not Admin) in my team using java sdk. According to my research and implementation we first need to generate teams access token(only by admin) then that can be used to create a teams client and then I can store this teams…
is it possible to generate a access token for a Team folder? then use the token in script to send file to the Team folder? I know we can do a app on user's own personal folder with a token.
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…
It looks like you're new here. Sign in or register to get started.