Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Third Party Integrations
42 Topicslist_folder is not returning media info
I am sending a request using this endpoint: https://api.dropboxapi.com/2/files/list_folder And sending this data: { "path": "/Otter+Moon", "include_media_info": true, "include_has_explicit_shared_members": false, "include_mounted_folders": true } However, the media info is not being returned. This means that I have to send individual https://api.dropboxapi.com/2/files/get_metadata { "path": "/Otter+Moon/EmmaWolf_OtterandMoon-1.jpg", "include_media_info": true } for each file in that directory. Why? Why is the media info not being returned on the initial request?The underlying connection was closed error
Have an integration in C# and has been working fine for a long time till now as nd we get the following error {"The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel."} When doing the following call var full = await client.Users.GetCurrentAccountAsync(); Any help would be appreciated thanksTeam Folder API access in a Standard plan
Forgive me if this information is already available, but I haven't immediately been able to find it. I'm in a scenario where I would like to sync data from a third-party application to team folders in dropbox. My organization is currently operating under a Standard license. I know team folders are a concept in a Standard plan, because I can create them. However, my understanding is that to use the API to send files to them specifically, I need to make use of team folder namespace Ids in my headers. And from what I can tell, there are several API endpoints to retrieve the namespace ID of a given folder, such as team/team_folder/get_info and files/get_metadata. However, while I can hit these endpoints, they do not retrieve any information about folder namepace Ids, and I think what I am now reading is that that information simply isn't available unless you are operating under a Business or Enterprise license. Is this conclusion accurate? Is there a way to retrieve / use team folder namespace Ids under a Standard license, to sync files to specific team folders? If so, how? Thanks in advance for your help, and sorry again if this information is already available and I'm just missing it.Dropbox API call " /path/not_found " NEED HELP
I am attempting to make a API call from n8n that gets a files temporary link. My input data is directly from dropbox which is my correct file path. However the HTTP request keeps saying " /path/not_found " but when I use an already integrated action for drop the path file is correct and I can download, upload ETC. I need help finding why dropbox is consistently saying this error message.Dropbox download via API unstable under Pyodide (xlwings lite)
I am using the Python dropbox module to download files in pyodide (actually xlwings lite). I see that quite often a file is not downloaded completely, without even raising an error. Is there a workaround or patch or ... ? Uploading files seems to work as expected.Dropbox API Inquiry
I have to query the Dropbox Search API with a Team access token (i.e. scope team_data.member enabled). I learned that I have to include the 2 HTTP headers in the search API for my use case to work properly: Dropbox-API-Select-User: dbmid:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Dropbox-API-Path-Root: {".tag": "namespace_id", "namespace_id": "XXXXXXXXXXXX"} That implies I have to call /users/get_current_account for every search API call unless I cache those values. Is there any way I can bypass putting these headers? Why can't Dropbox API extract the user ID via the access token instead? That's an OAuth2 standard. I have to enforce the file search in both user and team folders, hence specifying Dropbox-API-Path-Root. By answering the following questions, it will help me if I can hardcode this namespace_id for my use case: Is it possible for an organization/user to have multiple Dropbox teams? Is it possible for an organization to have multiple namespace_id? How is a namespace and team correlate to each other? When two different users in the same organization logged into Dropbox, is it possible they can have different root_namespace_id when they call /users/get_current_account?259Views0likes3Comments409 no_write_permission
Hi, I am using dropbox in n8n and have connected a dropbox team account. But I am getting 409 no_write_permission error. It was working fine a few days earlier but now I am getting this error for no reason. I changed nothing in n8n, nor in my dropbox settings. It was working fine a few days ago. It happened before too, and it got resolved after reconnecting and create a new node. But I am getting the same error again. Why am I getting this error and what is the fix. Please help me out! complete error: 409 - "{\"error_summary\": \"path/no_write_permission/.\", \"error\": {\".tag\": \"path\", \"reason\": {\".tag\": \"no_write_permission\"}, \"upload_session_id\": \"pid_upload_session:ABIJdIKguQwyyRnlJPP0VU6cKu7yvOT0Xo4yZCllqv3074TJtg\"}}"Solved369Views0likes5CommentsSSL Certificate error or SSH md5 fingerprint not Ok error.
In our application we our using third party login to dropbox using OAuth. When the app is trying to load the login page it is showing error SSL Certificate error or SSH md5 fingerprint not Ok error while communicating with https://marketing.dropbox.com/oauth2/authorize and after that error shows with dropboxcaptcha.com. The login page is not able to load because of this error. Do anyone know why ? We have checked from our side regarding all the certificates in our application. The certificates are valid and have not expired. It looks like it is from the dropbox side.281Views0likes4CommentsLANGCHAIN DOC LOADER CANT ACCESS; SAYS MISSING SCOPE
I am using langchain_community.document_loaders.DropboxLoader the problem is with my api key. although in the permissions i have allowed files.metadata.read as well as write. but i get this error: AuthError('missing_scope', TokenScopeError(required_scope='files.metadata.read'))) anyone knows a thing about it?CloudRail - Dropbox - Missing client_id
Over the Easter weekend (Apr-10, 2025), Dropbox apparently made a change that makes it impossible for PimlicalAdvancedCalendar to log in through its CloudRail library. This has worked flawlessly for many years, and no change was made to PimlicalAdvancedCalendar or the CloudRail library (which is no longer supported by the developer). Is there a reason why Dropbox has suddenly made this change? Anyone else out there with an application that was using CloudRail to access Dropbox have any idea of what Dropbox did over the Easter Weekend?Solved