buttercup-browser-extension
buttercup-browser-extension copied to clipboard
Impossible to add a Dropbox vault
Hi,
I changed my PC recently, so I reinstalled the Buttercup browser extension on Firefox. I'm trying to add a Dropbox vault to my extension but I'm getting an error.
Steps : Add Vault -> Choose Vault Type: Dropbox -> login to Dropbox -> error
Can you help me ? I use the Windows application in the meantime but it is less practical.
Thanks
Hi, I am having the same issue in Firefox 114.0.2 on Ubuntu. Can create new vaults in Dropbox but not access any existing.
I have also been encountering this problem with Chromium on Windows 10. A workaround is to create a new dropbox vault in the extension, then upload your vault to dropbox using the same name (replacing the new empty vault).
I am receiving this error on Firefox for Debian using KDE Plasma as well. using Debian app until in-browser support is restored.
Also experiencing this on Chrome for Windows Version 116.0.5845.188 (Official Build) (64-bit) and Waterfox (FireFox) for Windows v G6.0b5 (64-bit)
I am having the same issue on Ubuntu 20.04.6 LTS with Chrome version Version 116.0.5845.187
but I was able to add Dropbox via Linux desktop application
The extension allows you to create a new Dropbox vault, but not add an existing one.
On Mon, 18 Sept 2023 at 22:34, Andrew @.***> wrote:
I have also been encountering this problem with Chromium on Windows 10. A workaround is to create a new dropbox vault in the extension, then upload your vault to dropbox using the same name (replacing the new empty vault).
How do you add a Dropbox vault via the extension, if the extension will not connect to Dropbox?
— Reply to this email directly, view it on GitHub https://github.com/buttercup/buttercup-browser-extension/issues/452#issuecomment-1723317695, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDAVMGP6AGH57ERTDCSLE3X3A5VXANCNFSM6AAAAAAZSSE2LY . You are receiving this because you commented.Message ID: @.***>
Same problem! I can't add an existing vault from my Dropbox. This issue has been open since June! There seems to be no progress, which is sad.
Possible Solution Take a look at: Solved: Error in call to API function "files/list_folder":... - Dropbox Community
Dropbox API v2 parameter names are case-sensitive. The parameter you're trying to use on /2/files/list_folder is named "path", so you'll need to specify "path" instead of "Path".
Thanks, Greg, I have changed the path from "Path" to "path" and it is returning the list of files from the folder. Really appreciate your quick response and spotting the error. Will remember that parameters are case-sensitive.
Closing this as the new V3 release renders this issue as either outdated or irrelevant. If you feel this was in error, please don't hesitate to comment. Please note that you should, at very least, test again in the new release once it's out.