Get help with the Dropbox API from fellow developers and experts.
Hi everybody, I'm using Dropbox API in my web application to upload files to Dropbox via PHP code. I've been using this procedure for a long time, but today I got an upload error: "Failed to upload in Dropbox: URL Error: SSL certificate problem: self signed certificate in certificate chain - HTTP Error: 0". I'm using the…
My company has several applications that interact with the Dropbox API via the python sdk. At some point in the last few weeks, these applications have stopped being able to download files. Neither the application nor the wrapper library that operates the Dropbox python library have changed. For example, one of our…
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…
It looks like you're new here. Sign in or register to get started.