Get help with the Dropbox API from fellow developers and experts.
Hi, I am building a offline whiteboard application, all-in-one offline visual suite like "offline miro + offline figma + offline canva", I am fed up with the "Fileless" trend in recent years: Content are locked in SaaS, Files are highly abstracted, workflow are all done in Cloud. It's more efficient in many work…
Hello, I am trying to access my dropbox via the API, from the SAP Integration Suite Platform (Overview | Dropbox Adapter for SAP Integration Suite | SAP Business Accelerator Hub). I have setup the authentication according to the different guides (see screenshots below) on the SAP and Dropbox sides. SAP side: DropBox Side…
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…
It looks like you're new here. Sign in or register to get started.