buttercup / buttercup-browser-extension

:earth_asia: Buttercup browser extension
https://buttercup.pw
MIT License
227 stars 42 forks source link

Impossible to add a Dropbox vault #452

Closed CMaxence closed 3 months ago

CMaxence commented 1 year ago

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 image

Can you help me ? I use the Windows application in the meantime but it is less practical.

Thanks

jyelland commented 1 year ago

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.

pailey commented 10 months ago

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).

iaintshootinmis commented 10 months ago

I am receiving this error on Firefox for Debian using KDE Plasma as well. using Debian app until in-browser support is restored.

avagraphique commented 9 months ago

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)

pycharmer1221 commented 9 months ago

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

pailey commented 9 months ago

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: @.***>

mmuyakwa commented 8 months ago

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.

image

mmuyakwa commented 8 months ago

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.

perry-mitchell commented 3 months ago

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.