Get help with the Dropbox API from fellow developers and experts.
Hello, i'd like integrate my web application with dropbox. I use visual studio 2015 and asp.net . I'd like understand if i must install something or i can call API. If it is possible I'd like also see some examples. Thank you. Luca
I have a sample WinDev code below which login to Dropbox and obtain a Token and try to list the files/folder in the root. ie Path = "". when it gets to the line "HTTPresponse is httpResponse = HTTPSend(req)", the request comes back with Error in call to API function "files/list_folder": request body: unknown field 'Path',…
I'm trying to get a list of all members and the storage used by each using the business API. The members/list api doesn't seem to return the storage used by the member. How else can we get at this information?
Is it possible to use the access token to use the dropbox chooser page? Like this Dropbox.choose({ accessToken: "xxx",});
Hi all, I'm trying to integrate my software pipeline with dropbox. I've written this bash script that should be able to use the upload session based on the api doc and upload the files but I think I'm doing something wrong with the chunking logic. Here is my code https://github.com/thedefaultman/dropbox-large-file-uploader…
Hi everyone, new to this forum! I'm new to Dropbox development (so apologies for this basic query) and implementing webhooks into my app to download files when a state change occurs (new file added) using the list_folder endpoint. My code is as follows: I work with django and Python and even though I have added debugging,…
Hi, if I want to access my own account with an API do I need to create an App? I just want to read and write programatically to my own account, not publish an app or anything
I just stumbled across batchUploadFiles in CustomRoutes.swift - it seems to be undocumented, but is an extremely useful high-level function which simplifies an awful lot of complex code required to do a batch upload (I wish I found this 3 days ago!). As it's undocumented I was wondering if there's a reason for that (eg is…
Hello! I need help because I'm a little confused with the refresh token for integrations via API I am using this guide: https://www.dropbox.com/developers/documentation/http/documentation#oauth2-token, and I follow these steps but I always get the malformed token response 1 - Get the code from…
Hi folks, We’re having some trouble with our Dropbox API integration and getting new errors from the Dropbox API. Some backstory: we’ve been using the Dropbox API to manage shared folders across our company, both creating/deleting shared folders as well as adding/removing users to those shared folders. We use the API via…
It looks like you're new here. Sign in or register to get started.