Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Third Party Integrations
43 TopicsDropbox 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.Streamline Music Creation with Dropbox
So somebody just asked you to collab on a track and you’re wondering how to actually share your project files 🤔 . Integrating Dropbox into your Digital Audio Workstation (DAW) is a simple way to back-up, sync, and share your music sessions no matter which programme you use ✨. Here’s a quick guide to get you started: How to Set It Up: Ableton Live Go to Preferences > File/Folder, and set your default project location to a folder inside your Dropbox folder. Or, when saving your project, just choose a folder in Dropbox manually. Make sure to collect all and save (File > Collect All and Save) so your samples and files stay together. Logic Pro When you create a new project, save it directly into your Dropbox folder. Use “File > Consolidate Project” if needed to make sure all assets are included. To share, just send your collaborator the Dropbox link or invite them to the folder. FL Studio Save your project file (.flp) and all samples/audio into a new folder in your Dropbox. Use File > Export Project Data Files to collect everything. Share that whole folder from Dropbox with your collaborator. Pro Tools Save your session into Dropbox or move the whole session folder there. Use “Save Copy In…” if you want to make a clean version with all media files included. Share the session folder through Dropbox just like any other file. 🎶 Now that your studio vibes are leveled up, you can effortlessly bounce between sessions (see what I did there 😉) and share stems with a collaborator from anywhere in the world 🌍. With Dropbox in your set up, you’re able to stay in the zone without any file chaos or version mix-ups. So, what DAW are you using these days? 🎛️ Working on anything exciting? Drop a comment 💬 and join the conversation here in the Musicians Group 🎤.77Views0likes0CommentsDropbox 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?219Views0likes3Comments409 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\"}}"Solved271Views0likes5CommentsSSL 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.221Views0likes4CommentsLANGCHAIN 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?Solved143Views0likes1CommentSlow playback when streaming with AVPlayer
We’re building an iOS App that streams mp4 video files from DropBox. We use SDK’s getTemporaryLink method and feed the returned URL to AVPlayer(url: …). The streaming doesn’t start until after a few seconds/minutes depending on the size of the file. Same issue when opening this link in a regular Safari tab. When opening the file directly in Dropbox website the video plays fine.643Views1like17CommentsMobile App Integration Just For Displaying Files
Hello, I have files (image, video, pdf, msoffice files etc.) that I need to submit to the approval of more than one customer. Then I want to show the files in the folder in my dropbox account according to the customer who has logged in to a mobile application developed by myself. My customer will only view the files and give approval to some of them. I want to get the name of the files he approves and delete the rest from my account in the folder belonging to the customer. Is there any alternative to connect to my account with oauth2 - refresh token to do all this? If I can only do it with oauth2 and refresh token, can you help me by giving details about it. Thank you.