Get help with the Dropbox API from fellow developers and experts.
How activate the business api team scope? I don't find any permission option for team scope .I only get individual scope option
I have run this API https://api.dropboxapi.com/2/files/list_folder and it gave me cursor value, to get more files. Then I used https://api.dropboxapi.com/2/files/list_folder/continue and and cursor value in body to get rest of files details however I get error: Error in call to API function "files/list_folder/continue":…
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
It looks like you're new here. Sign in or register to get started.