Get help with the Dropbox API from fellow developers and experts.
I'm trying to integrate Dropbox into my web application using OAuth2. My code seems to be working correctly, but I'm only receiving the access token and not the refresh token upon successful login. I'm developing in a local environment and using ngrok for a callback URL. Code Snippets: - Front-end code (relevant part):…
Hello all ! i am new at creating websites and all and i took it upon myself to self study and try a little project for our wedding. The project should have a due date and be in production in aprox a week or so... i need help with something... i have a website, with 2 buttons in the middle of the screen : Upload from device…
Using the example provided on github ''backup-and-restore-example.py". when trying to run it, it says No module named 'dropbox.exceptions'; 'dropbox' is not a package. it shows the same error with "from dropbox.files import WriteMode" not virtual enviroment py version: 3.11.5
hello, Im using latest version of an API, when i try to get the .fileBlob (Property 'fileBlob' does not exist on type 'DropboxResponse<FileMetadata>'). is there a workaround?
I'm new to the dropbox API and getting an error I can't find a clear explanation for when building a Make.com automation. [400] Error in call to API function "files/upload_session/start": Path root is not supported for sandbox app Can anyone help me understand the nature of this error, and where I go to resolve it? I have…
I've been learning the Javascript API and am having a bumpy journey with filesDownload(). Looking at the docs... http://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesDownload__anchor ...the function is meant to be the way to download a file. However, the only arg it takes is one in which { path, rev } are specified.…
Hi! I had a similar problem with this api. My links file contains "rlkey". My app has been granted permission required scope "sharing.read". Please guide me how to fix this problem. Thanks
Hi team, we have an OAuth 2 integration with Dropbox (switched from access token integration to OAuth2). After the authentication, we are sending an API call check/user we get 200 message and everything seems to work. However, in the next call that we are making using the token we received - GET…
Very new to the platform, all help appreciated. My aim is to populate my iOS app with some files that originally resides in a shared Dropbox folder, either by downloading them to the local device, or somehow copy the content of the folder to the app's Dropbox folder from where I can download copies to the app for offline…
Note: I just created a new App Key/Secret for my App to - I'm now using the App Folder permission instead of Full Permission (which I believe is way less scary for users to grant permission and appropriate for my App too). This flow used to work with my old App Key/Secret. I have a…
It looks like you're new here. Sign in or register to get started.