Get help with the Dropbox API from fellow developers and experts.
I'm using a wordpress plugin that i can connect to my dropbox account via api integration where are granted access to files (from 50mb to 10gb). Are there any limitations of how many simultaneously downloads, bandwidth or requests can be made?
Hi all, I'm unfamiliar with APIs and this is my first project of this type so any help is appreciated. I've written a python code that uploads an image from a camera to my Dropbox app. The code works fine, but I'm struggling with the OAuth portion as I need a permanent access code since I will be away from the…
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
It looks like you're new here. Sign in or register to get started.