Get help with the Dropbox API from fellow developers and experts.
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 =…
Im currently using versions pre-7.0.0 in my .net apps, and none of my apps call DropboxCertHelper.InitializeCertPinning(), so I dont need to update right? Why isn't this required for .net like it is for java? Is there any way to test if my apps will still function after the new root cert takes effect, regardless of…
Application Affected My own app Device Windows 11 VM Operating System/Browser (if using the web) Windows 11 Dropbox App Version (if using the app) Latest Question or Issue We have an app that uses the Dropbox API quite significantly. The user must signin to our app using the Dropbox API and our own login code. It's…
Hello @Greg-DB We are using the GetCurrentAccountAsync API to determine whether a team member uses Team Space, and to obtain their RootNamespaceId and HomeNamespaceId values. Below is the relevant code snippet: string appkey = ConfigurationManager.AppSettings["DropboxAppKeyBiz"]; string appsecret =…
Hi, I’m building an automated workflow in n8n and ran into a ****** limitation with Dropbox authentication. Dropbox only provides short-lived access tokens and does not offer a permanent token or a refresh token that renews automatically. For n8n automation, I need a way to authenticate continuously without manually…
I need to create a single app that will allow any Dropbox account to sync their folders with my app, business OR individual accounts should be able to work. I found this old thread where it says you DO NOT need to do that, and it is marked as the answer, but in my testing that is what I conclude as well. Has anyone gotten…
It looks like you're new here. Sign in or register to get started.