Get help with the Dropbox API from fellow developers and experts.
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,…
Hello, We are having trouble fetching a category of Dropbox paper docs via the API and would like to ask for help. In particular, we would like to use the Dropbox API to download/export paper docs and for the docs that are in our users' "Migrated Paper Docs" folders the API returns a LookupError("not_found") error. Does…
I´d like get the autorization code without being prompted out of my application. I think the listener are about listem to process why not just get redirected parameters code and state from a plain text result? I saw a question about // Handle OAuth redirect and send URL fragment to local server using JS. await…
Hi im new to developing with dropbox and im having a hard finding the following info. im using dropbox .net sdk to upload and download images from my own account i set up a little test using the generated access token from developer app portal, this token is short lived (starts with sl.) i've seen based on some question…
It looks like you're new here. Sign in or register to get started.