Get help with the Dropbox API from fellow developers and experts.
According to the docs, searching file content using a query (not just filenames) with files_search() requires a "Dropbox Business account". However, that requirement isn't mentioned anywhere else in the python-sdk documentation. Should I assume that it's required to perform my desired task for files_search_v2 as well? And…
In my flow, I create a Dropbox folder (which works well with the built-in Dropbox node), and then I need to: * grant access to some persons (using their email address) without issuing a message from Dropbox itself and * create a link to that folder (which I may later add in the notification I'll be sending) I'm attempting…
Hello, Everyone. I'm trying to authenticate using Dropbox. I obtained an access token and am now able to create folders and files successfully. The problem is that after 14400 seconds (4 hours), the access token does not appear to be refreshed, resulting in the message "access token expired." It must function on a public…
Please remove the API file size limit or at least increase it, we use US Synology and it cannot download files larger than 350GB, and very often there are video files of 600-800GB or even more than 1TB
Hello , I'm using QNAP NAS Storage System HBS Application (API) , to Upload Files to Dropbox , The problem is I can not upload files that size more then 350 GB , and my files is about 450 GB , is there any way to increase and upgrade the Dropbox file size limit for uploading and downloading
This OAuth2 problem appeared recently in our app (published a year ago). It closely resembles another user's forum post from 4 years ago: OAuth2 redirects to Dropbox.com instead of my redirect URI | The Dropbox Community We use /oauth2/authorize (code flow) with redirect_uri to a localhost port. The auth flow still works…
Hello, When a huge file (300GiB+) is uploaded using the upload_session API an "Error 500 Internal Server Error" is received when the last part is uploaded (/upload_session/append with close set). I retry the request but an Error 500 raises again and again. Sometimes, after more than 1 hour retrying the file uploads…
When calling /listfolder/continue after deleting a file or folder, DeletedMetadata is passed. However, this information does not include an id field. If there are multiple deletions and additions in a short period of time with the same name, the client using the API will inevitably delete and re-add the file or folder…
I have a shared link to a folder with one 20GB zip file inside of it. I am trying to download that file using the .NET SDK. I tried the following Using dbx = New DropboxClient(accessToken) Dim link = New SharedLink(url) Dim folderRes = dbx.Files.ListFolderAsync("", sharedLink:=link).GetAwaiter().GetResult() Dim fl =…
It looks like you're new here. Sign in or register to get started.