Get help with the Dropbox API from fellow developers and experts.
Hi, I observed a different response from list shared link API for those sub folders under a team folder. There is a folder test0327 under a Team Folder, the path is /Team Folder For Integration Test/test0327 Its metadata is: { ".tag": "folder", "name": "test0327", "parent_shared_folder_id": "2375939763", "id":…
Hello, please help me solve the problem. I have 500+ shared links from another user. I created my Dropbox account and created an application where I obtained KEY, SECRET, and TOKEN. The shared links look like this: https://www.dropbox.com/scl/fo/mp**********mwkrdxiko/h?rlkey=bu9j7zrcn**********p09lep&dl=0…
... await new Promise<void>((resolve, reject) => { const file = createWriteStream(filePath); https.get(createAudioLibraryCard.basicInfo.sharedLink, response => { response.pipe(file); file.on('finish', () => { file.close(); resolve(); }); }).on('error', err => { fs.unlink(filePath, () => reject(err)); // Delete the file…
Hello, I'm building a web app using Dropbox API, that app may be use to share some files to people that does not have a dropbox, so I created a share link via the API and then I want those people to be able to download it directly from the app. I need the file to be download in the app because the file has to be…
I'm trying to upload files with different sizes, some are <150MB and some are >150MB ... that's why I upload files in 140MB chunks using the `/upload_session/start`, `append`, and `finish`... as specified in the `start` docs I can use `"close": true` if I want to close the session, and that's what I do to close the session…
Hello, I want to catch changes that have been made in a spreadsheet in Dropbox by checking every 5 minutes. I am using python and I tried this code: url = f'https://www.dropbox.com/oauth2/authorize?client_id={APP_KEY}&' \f'response_type=code&token_access_type=offline' Here I copy the code displayed on the webpage. This is…
what's the correct URL to use when setting up "sync" between your NAS (corporate) and Dropbox? (One-way sync-Dropbox to our NAS)
Dear community, I'm creating an app for iOS in Xcode (v. 15.3) in which I want to integrate the SwiftyDropbox SDK (v.10.0.6). I've done this via "add packages". In the "Build settings" I have excluded "arm64": When trying to build and run this app in the simulator I get the following error message: "Build failed because…
I have made an API which calls /oauth2/authorize to get access code which is used to get access token and refresh token, since this will be used in an automated process, when I call /oauth2/authorize without callback url, the code I get it works by copying and using in /oauth2/token, but if I use it with callback URL it…
Hi In our website, there is an option to uploads files to a Dropbox account. I have used Dropbox`s Temporary link for this purpose. I have implemented a solution which create the Temporary link using C# Dropbox SDK , and then upload file using jQuery ajax post formdata. The problem is that all video files (.mp4, .avi) get…
It looks like you're new here. Sign in or register to get started.