Get help with the Dropbox API from fellow developers and experts.
I write a code to get the data of the tags listed on a folder. but when I hit the API URL = "https://api.dropboxapi.com/2/files/tags/get" I get error stating Failed to get tags: 409 - {"error_summary": "path/not_file/...", "error": {".tag": "path", "path": {".tag": "not_file"}}} i also try to run the function…
Hi, I have a newbie question: * Is it possible to transfer data from S3 to Dropbox and vice versa, ideally programmatically in Python. It would be great, if possible, to achieve it without the need to download to a local machine and then sync/upload, as the files might be huge. * If it is doable, what is the best plan?…
Hello Forum! 👋 Nice to meet everyone in this awesome community. I’m developing a WordPress plugin that allows users to manage their Dropbox files directly from the WordPress dashboard. This plugin integrates the Dropbox SDK for PHP to provide seamless access to Dropbox’s file management features. Users can view, upload,…
Hello Guys, i would like to know how can i get the dropbox file link using php to a iframe in a view. Can you help me?
Hi, I found that the sharing_share_folder() function stopped working for the Python package today. Every time I tried to share a folder, it would return an error as below. ApiError('9d657b716bcf471aa5bc5c43b18d0605', ShareFolderError('other', None)) Basically, I used this function to create a top-level folder in the team's…
In preparation for the 2026 deadline on updating my Android app to the Dropbox 7.0.0 Java SDK, I changed the dependencies from the very old dropbox-core-sdk:3.1.5 to: implementation 'com.dropbox.core:dropbox-core-sdk:7.0.0' implementation 'com.dropbox.core:dropbox-android-sdk:7.0.0' Plus I added this, although I'm not sure…
Hello, I'm using Dropbox teams to download a file from a team folder. The application was running fine but since the changes in the teams folders organization, it stopped working. I'm currently trying to download the file by using the following code: dbx_team = dropbox.DropboxTeam( oauth2_refresh_token=refresh_token,…
can anyone help me fetch only Sign in events from the api
Hi, I have been using the dropbox API to upload files. However why does it save to the Assorted Content folder now? I read about the file system migration, but I don't understand how to update back so it does not save the files to the Assorted Content folder. Any help? Thank you.
We got a requirement to update our Dropbox first and last name. Is it simply to to use info to update an existing user Dropbox first name and last name. Our wrote the code using json API but not as familiar with Python SDK. Any help is greatly appreciated I tried below but it doesnt update the data. user =…
It looks like you're new here. Sign in or register to get started.