Get help with the Dropbox API from fellow developers and experts.
Hi all, For some time now I have not been able to upload my files via the HTTP API. The file/upload or file/get_temporary_upload_link gives me a 404 error even though it worked perfectly until now. If I do CURL tests then everything works perfectly, so I suspect an unsupported header. Here is the list of headers on my HTTP…
Hello everyone, I’m currently working with the Dropbox API, and I’m trying to rename a file within a shared folder. The folder is shared with me via a shared link, and I have the necessary edit permissions on the file. However, I’m encountering a problem where I can’t seem to get the full path to use in the files/move_v2…
Hello, guys. I'm having unexpected issues trying to download all the files in a folder from Dropbox using the "https://content.dropboxapi.com/2/files/download_zip" API Call Request. But, I keep receiving the 401 unauthorized error message when I have already given the permissions: files.content.write files.content.read…
When I move an "Online only" file into a "Local" folder, the file stays "Online Only", and the folder changes to a "mixed" state. Is there a way with Smart Sync to force anything I move from an "online only" folder to a "Local" folder to changes the state of the file to local? We're looking for an automated way, via the…
const AccessAsync = await AsyncStorage.getItem('Access'); const ACCESS_TOKEN = AccessAsync; const DOWNLOAD_URL = 'https://content.dropboxapi.com/2/files/download'; const DESTINATION_PATH = `${RNFS.LibraryDirectoryPath}/Data.zip`; try { const response = await axios.post( 'https://api.dropboxapi.com/2/files/list_folder', {…
Hello, I've built a note-taking and knowledge management app that uses Dropbox as the storage backend, and I want to get it listed in the app center or available in the search results. However, I couldn't find any reference to the App Center in the App Console or any other documentation. Any help would be appreciated.…
Hi, I am using the embedder in Angular application and unreliably(and with no clear pattern I can see) it fails to load data. I can see that the iframe is created in the element after the embed function is called but contains empty document. I also don't see any errors in console or failed network requests. I am using a…
i've created an app with full dropbox access and now I need to upload file to certain dropbox folder that's shared with my user. How do I achieve that? I tried setting up a path that represents folder I need to use but it only created everything in my user folder instead. So how do I put files into shared folder instead?
We've recently started getting different behavior from the API when calling add_folder_member. We're getting the error "no_permission/unauthorized_account_id_usage/". I've replicated it in the API explorer below. The folder is owned by the account associated with the access token. In the parameters, the `dropbox_id` is of…
Hello, Specifically, I have several backups stored in Dropbox Backup (some exceeding tens of terabytes), and I’m interested in utilizing the Dropbox API to automate the process of downloading these backups and subsequently uploading them to an AWS S3 bucket. Here are a few points where I’d appreciate your insights: 1.…
It looks like you're new here. Sign in or register to get started.