Get help with the Dropbox API from fellow developers and experts.
I was using DropboxClient.Files.ListFolderAsync(path) method to list all folders with Dropbox.Api. Now, I can't see shared folders. Any help would be greatly appreciated.
Hi, I'm trying to upload files to team folder using the API V2, but I not getting it. I'm able to upload to the user folder, but I can't upload to Team folder. I'm also able to list the team folders, using: using (var dbxTeams = new DropboxTeamClient(accessTokenTeam)) { try { var list = await…
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…
It looks like you're new here. Sign in or register to get started.