Get help with the Dropbox API from fellow developers and experts.
Hello there is someone for help me to activate No expiration Tokens
I am assigning a custom property value to a file. Is there a way to search by it? I don't see property groups in your search example for: https://api.dropboxapi.com/2/files/search_v2 How do I make sure that my query only matches a property group value?
Hello, I can't get my code Python to work. Can you help me? import dropboximport requests # Remplacez ceci par votre propre jeton d'accès OAuth 2ACCESS_TOKEN = 'Mytoken' # Remplacez ceci par l'ID de l'utilisateur spécifique que vous souhaitez sélectionneruser_id = ('dbid:Myid') # Initialisez le client Dropboxclient =…
I have my app set up and running as I want it to, but now I need to make sure that I can share access to individual folders with others within my app. As I was reading up on this I read: Full Dropbox You get full access to all the files and folders in a user's Dropbox. Your app should use the least privileged permission it…
We have an app that's using team-scoped credentials. A particular file has a `modified_by` attribute that returns an account ID. We have a team-scoped resource (created by constructing a `DropboxTeam` object). That has a `as_user()` method which takes a member id, but this obviously doesn't work for it. We tried…
I got a Scoped App (App Folder) where I put a JPG image and now I want to download it with my Javascript app, on a Node JS environment. When I try to use the "filesDownload" method, I get the error "Error in call to API function "files/download": Path root is not supported for sandbox app.". I'm calling the function with a…
Hi, I am wondering where can I check the response of the API support ticket? The ticker is submitted here: https://www.dropbox.com/developers/contact
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',…
It looks like you're new here. Sign in or register to get started.