Get help with the Dropbox API from fellow developers and experts.
Hi, I'm using Dropbox API and found /files/download API fails since few days before. The API return following response body, <!DOCTYPE html> <html> <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Dropbox - 400</title>…
Hi, Our app uses Dropbox's HTTP API to upload and download files. Since a few days ago, some of our app's requests are failing with "The network connection was lost". This issue was first reported on May 2nd. Our app uses React Native. The failing request downloads files from Dropbox using a GET request to…
Hello So basically I am working on automation. However, I cannot figure out how to use the "cursor" correctly. My flow is simple. 1. A webhook is triggered by new files added to Dropbox. 2. Use POST /2/files/list_folder to list all files from a specific folder and obtain a cursor. 3. Use POST /2/files/list_folder/continue…
Hello, Our app all of the sudden is getting the following exception when trying to call UploadSessionStartAsync like so: var result = await DropboxClientInstance.Files.UploadSessionStartAsync(body: memStream, uploadSessionStartArg:new UploadSessionStartArg()); Here is the exception: The request was canceled due to the…
I have manually added the tags to a folder. now I want to search the folders with the given tag. is there a way to get only folders not files? PS:- I am aware of 2/files/search_v2 API but I want to search folders from their tags not with the folder name
Hi im using an html simple Form where i ask users to upload their documentation. Everything seems the work fine but after 1 day i get an error. I generate anothe acces token and seems to work fine again, but then after 1 day it fails again. How can i get an access token that will not expired or stop working? // Subir…
Hi I am integrating Salesforce To Dropbox for that i am creaitng a Auth provider and name credencial in salesfroce but getting error like The authentication provider didn't provide a refresh token. If the access token expires, your org won't be able to access this named credential. how i resolve this
How activate the business api team scope? I don't find any permission option for team scope .I only get individual scope option
I have run this API https://api.dropboxapi.com/2/files/list_folder and it gave me cursor value, to get more files. Then I used https://api.dropboxapi.com/2/files/list_folder/continue and and cursor value in body to get rest of files details however I get error: Error in call to API function "files/list_folder/continue":…
It looks like you're new here. Sign in or register to get started.