Get help with the Dropbox API from fellow developers and experts.
I'm using different dropbox contexts created with dropbox.Dropbox(...). In my application, I have two or more contexts sharing the same target account (and Console Apps) at a time. Example: contexts c1, c2 and c3 use the account foo@mail.com (App Foo) and c4, c5 use the account asd@mail.com (App Asd). Can I use all of them…
Hi, I need to get approve code programmatically without this form via c# code this is my code How it should be modified in order to get approve code automatically without user actions ? Thanks in advance
Hello! We are using Dropbox to read and write files through API. We have a team folder that is called /Company's shared workspace and we used to send all files to this folder. Today, when I tried to read some files from our Software, which is integrated with Dropbox via API, I got a lot of errors like DownloadError('path',…
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…
It looks like you're new here. Sign in or register to get started.