Get help with the Dropbox API from fellow developers and experts.
I have created the app but I keep checking the box in permissions for files.content.write and files.content.read and it won't save. Everytime I authenicate, it says those permissions are not shared, and I go into the app and the boxes are unchecked. How do I save permissions? I went to Branding and hit save but it doesn't…
We are currently working on a website (https://ppbranding.com.au/contact) that includes a contact form with a multiple-file upload option. When a user submits this form, we aim to generate a folder in our Dropbox account. This folder will be named after the user's input in the 'Name' field of the contact form, followed by…
Hello community, My team has ~115 TB of data stored in Dropbox. Last week, I abruptly received word that the unlimited storage option for the plan we've been using is being "sunsetted", effective Nov 27th. It feels like we are being evicted with ~1 month's notice. Not fun. I have obtained a large NAS to replace the role…
I would like to know whether the folder that specified in the Chooser widget is under a team folder or a user folder. Is there an appropriate API for this? I guess it is available by folder id and get_metadata API.
Hi Dropbox devs! I am trying to embed some Dropbox files into a knowledge article in TeamDynamix (TDX). I followed the Embedder API docs and I am able to embed files in a test web server, but not in TDX. Unfortunately, TDX does not allow data-* attributes, which your API requires for passing the API key, nor does it allow…
I'm just starting out with the Dropbox API and am trying to just see all my files that I had manually uploaded to my account. I enabled all permissions for my access token just to be sure. However, my script below shows that my account is empty. But there are several files uploaded when I view the web ui. Here is my…
Hi everybody! I'm trying to upload a file to DB using iOS's SwiftyDropbox. According to the docs, I should use something like this: if let client = DropboxClientsManager.authorizedClient { let request = client.files.upload(path: "/test/path/in/Dropbox/account", mode: Files.WriteMode.overwrite, input: videoData) .response {…
So I have team folder 'https://www.dropbox.com/home/Shared%20Folder/Team%20Folder' something like this Shared Folder -> Team Folder both folder is Team Folder and Now I want to create another team folder inside Team Folder any idea how to do it as I'm new to dropbox api if I'm right I can't do it using User API right have…
Hi, I trying to upload a file from Zoho CRM to Dropbox one of the user account's folders. I used the URL: https://content.dropboxapi.com/2/files/upload. Receive error response message from Dropbox is: *…
I'd like to know how to easily obtain the user root folder path in organizational user accounts where Team space is enabled. For user accounts where Team space is disabled, the URL to a user's file looks like this: https://www.dropbox.com/home/foo/bar/baz However, for organizational user accounts with Team space enabled,…
It looks like you're new here. Sign in or register to get started.