Get help with the Dropbox API from fellow developers and experts.
I am creating a mobile app for our "operators" to access a database held in our Dropbox. I will need them to access their database file, download it to their tablet, modify the file during their work day then replace the file in the Dropbox. I have made the file available offline in the Dropbox app on the tablet and copy…
Can you help me guys? Im trying to upload my first file to dropbox using vb.net. But Still have error: Status-Code:0, Content-type:0 My code below, can you correct me where do I do a mistake? Public Sub Main() Dim sourceFile As String = "C:\Users\rw\Desktop\Proximus_logo.png" Dim data As Byte() =…
Hi, I've been looking at the below endpoint, forgive me if this is a silly question. Should this return all folders I can access in the dropbox ui? https://api.dropboxapi.com/2/sharing/list_folders I'm making a request to a users Dropbox using this header Dropbox-API-Select-User with the user id. This works with out any…
My iOS app has had the Dropbox API integrated into it for several years. Our users use it to save and load files into our app. This week one user reported that it's not showing any of their folders or files EXCEPT their "Vault" folder. He has sent screenshots of his Dropbox contents on both his Mac and iOS Dropbox App and…
Good day all, I am new to dropbox development and am trying to do something simple, post a file to one directory (done) and then have another script move that file to another directory after downloading it. I am just working on the move piece and keep getting a 404 error and nothing seems to work. And the…
We have a scoped-app, which mounts a folder owned by the app into my account. By piecing-together an invitation URL, we can mount it into other users' accounts as well (all are licensed under a team account). We can formulate a URL to generate an offline access-token, but we couldn't see any events for user operations…
I am getting Error listing folder contents: ApiError('NUMBERSANDLETTERS', ListFolderError('path', LookupError('not_folder', None))) This comes from this line of code: dbx.files_move(source_path, destination_path) I believe I am getting this error because of the to_path. Is that how I should read this error statement? My…
I use the dropbox api. But after a few hours, my token is no longer working. How do I make the token work forever?
Im trying to create an app for my dropbox business team to read changes via webhooks and aws lmabda url and backup those changes to an aws s3. I created a dropbox app with full dropbox scope, enabled permissions to read metadata and files, added the url for my lambda to the webhook url in the app, and passed the web hook…
The Api-Call "list-folder" only read und list my private folder, but not the team folder. All folders in the team folder are not displayed. All permissions are set and i also tried the call with a "Dropbox-API-Select-Admin"-Header. Without the "Admin-Header", no folder are listed because "the OAuth 2 access token you…
It looks like you're new here. Sign in or register to get started.