Get help with the Dropbox API from fellow developers and experts.
My app just needs to upload a backup file to a dropbox account from mine, so the access must be off-line (no prompting to the user, that would be confusing). This is carried out when the user finishes inputting data. I previously used the API with the following code (Java SDK): DbxRequestConfig config =…
I've been using the Python dropbox library since 2018 with no problem. I think an update was made about 3 weeks ago that stopped all my connections from working properly. To troubleshoot, I ran `pip install --upgrade dropbox` just in case. Here is my code: import dropboxdbx=dropbox.Dropbox("<TOKEN>")def download(folder,…
Hi, folks—I’m using a team Dropbox account that has 1TB of daily bandwidth, but I’m a little unclear on how a couple of things work. Here are my questions: 1. Say I use /get_temporary_link to get a link to a 25GB file in my Dropbox account, and say 100 people try to use that link to download the file. If all of those…
Hi , i know that dropbox made a lot of changes in the last few years. i want to understand something there where a time that i needed to check the account , and check if the account is team in order to identify if it is a space team(new team) or the old one. is this the case for today as well. or that dropbox deprecated…
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?
It looks like you're new here. Sign in or register to get started.