Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
account access
8 TopicsSign in - There was a problem completing this request (Android Device)
I can't sign in to dropbox on my Android device. I can sign in through the browser no problem, but on Android App embeded browser(WebView) I always get the message "problem completing request" as shown in the attached screenshot(In April, it was no problem). I am using Android 8.0. I had test on Macbook (Chrome & Safari) successfully. I am using this url on browser https://www.dropbox.com/1/oauth2/authorize? client_id=xxxxxxxxxxxx& response_type=code& redirect_uri=https://www.localhost.com& state=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Can anyone help me successfully sign in? Thanks in advance!Solved4.4KViews0likes5CommentsApi key
I have a personal Dropbox account I need to get my api key and secret code to backup my KODI configuration and date from my Android device. I have searched the Web for information but can't figure out how to access the information. Do i need need to upgrade my accounr? If so, what level do I need to be able to get the required information? I have previously only used Dropbox as a shared file system between devices. Thanks801Views0likes2Comments409 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\"}}"Solved249Views0likes5CommentsCloudRail - 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?Solved138Views0likes1CommentUse dropbox a file storage for my own app
I want to simply use dropbox as the file storage system for my own app. Can I create a token that gives access to my account without needing to refresh it through the Oauth protocol regularly? Ideally I would just save the token in an .env file and use it constantly. Is this possible?