Get help with the Dropbox API from fellow developers and experts.
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.…
Hi, I want to get the folder size for all my team folders. I am excecuting the following code in python using dropbox SDK : import dropboximport dropbox.teamimport timefrom concurrent.futures import ThreadPoolExecutorfrom logging_config import logger def team_folder(dbx_team, member_id_admin, save_client😞 start_time =…
When I backup my iPhone app “CHECKBOOK” (published by Mobile Innovations, LLC) to Dropbox, I receive this message: “expired_access_token/.” Please advise how I get past this.
Hi @Greg-DB Is there a way I could enter this into a CMS source block (using eg Webflow)? How do I go about creating an element that the javascript will source? Will I be able to embed multiple folders using multiple scripts? Eg. source code: <div class=".embed"></div><script>var options = { // Shared link to Dropbox file…
It looks like you're new here. Sign in or register to get started.