Get help with the Dropbox API from fellow developers and experts.
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…
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…
It looks like you're new here. Sign in or register to get started.