-
-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login to Google Drive is broken #1458
Comments
Hello 👋 Thank you for taking the time to open this issue with floccus. I know it's frustrating when software I look forward to working with you on this issue |
It might be fixed by changing this line:
to this:
in this file: floccus/src/lib/adapters/GoogleDrive.ts Line 72 in 93202b2
but not sure if that is the intention to what this code does. But, the check |
So, I tried making the above change in my local extension and the the check ran fine but I get a new error:
Looks like the permissions are not available, not sure which permissions are not enabled for the extension. |
@marcelklehr any idea? |
Are you sure this is the reason? |
By turning on the "Access your data for all websites", the login workflow opened up. Which I guess was disabled because I was using unsigned version, to test the change I suggested above. But, this is not my field so would rely on your experience. |
I'm thinking maybe it's never turned on by default. I haven't tested this before the v5 release because I didn't touch it, but maybe manifest v3 imposes more stuff than I thought... Will try to reproduce soon. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Which version of floccus are you using?
5.0.2
Sync method
Google Drive
Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.
Firefox Developer Edition 121.0b9 (64-bit) (Windows)
Which version of Nextcloud Bookmarks are you using? (if relevant)
No response
Which version of Nextcloud? (if relevant)
No response
What kind of WebDAV server are you using? (if relevant)
No response
Describe the Bug
On clicking the
LOGIN WITH GOOGLE
button nothing happens. Please find below the error in the console:Expected Behavior
It should open the oauth flow for Google login
To Reproduce
Install the extension on Firefox -> Click on New Profile in the extension -> Select Google Drive -> Click on Login With Google
Debug log provided
The text was updated successfully, but these errors were encountered: