[GH-ISSUE #921] Login with Google broken with latest kiwi #597

Open
opened 2026-02-25 22:37:35 +03:00 by kerem · 19 comments
Owner

Originally created by @Dodgexander on GitHub (Jul 26, 2021).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/921

With the latest chromium update to kiwi you can no longer login to Google drive.

To Reproduce

  1. Go to add a Google drive account
  2. Click on login with Google
  3. Nothing happens

Kiwi: 93.0.4577.11

Originally created by @Dodgexander on GitHub (Jul 26, 2021). Original GitHub issue: https://github.com/floccusaddon/floccus/issues/921 With the latest chromium update to kiwi you can no longer login to Google drive. ### To Reproduce 1. Go to add a Google drive account 2. Click on login with Google 3. Nothing happens Kiwi: 93.0.4577.11
Author
Owner

@github-actions[bot] commented on GitHub (Jul 26, 2021):

Hi @Dodgexander! This issue is being automatically closed because it does not follow the issue template.

<!-- gh-comment-id:886402037 --> @github-actions[bot] commented on GitHub (Jul 26, 2021): Hi @Dodgexander! This issue is being automatically closed because it does not follow the issue template.
Author
Owner

@marcelklehr commented on GitHub (Jul 26, 2021):

If the kiwi update caused this, this is an issue for the Kiwi devs :/

<!-- gh-comment-id:886474011 --> @marcelklehr commented on GitHub (Jul 26, 2021): If the kiwi update caused this, this is an issue for the Kiwi devs :/
Author
Owner

@kiwibrowser commented on GitHub (Jul 26, 2021):

I'll check @marcelklehr . Arnaud.

<!-- gh-comment-id:886892336 --> @kiwibrowser commented on GitHub (Jul 26, 2021): I'll check @marcelklehr . Arnaud.
Author
Owner

@Manu99it commented on GitHub (Jul 28, 2021):

I've used the export/import feature to bypass this, however it seems I can't get it to sync the root folder between edge and kiwi. A specific folder works without problems

<!-- gh-comment-id:888460487 --> @Manu99it commented on GitHub (Jul 28, 2021): I've used the export/import feature to bypass this, however it seems I can't get it to sync the root folder between edge and kiwi. A specific folder works without problems
Author
Owner

@Dodgexander commented on GitHub (Jul 29, 2021):

I've used the export/import feature to bypass this, however it seems I can't get it to sync the root folder between edge and kiwi. A specific folder works without problems

Other sync extensions also seem to have the same problem. In chrome additional folders can be created, and used for sync (example; Bookmarks Toolbar). In Kiwi only a mobile bookmark folder exists, and no root folders can be manually created...only sub folders within mobile bookmarks.

<!-- gh-comment-id:888721050 --> @Dodgexander commented on GitHub (Jul 29, 2021): > I've used the export/import feature to bypass this, however it seems I can't get it to sync the root folder between edge and kiwi. A specific folder works without problems Other sync extensions also seem to have the same problem. In chrome additional folders can be created, and used for sync (example; Bookmarks Toolbar). In Kiwi only a mobile bookmark folder exists, and no root folders can be manually created...only sub folders within mobile bookmarks.
Author
Owner

@Manu99it commented on GitHub (Jul 29, 2021):

I've used the export/import feature to bypass this, however it seems I can't get it to sync the root folder between edge and kiwi. A specific folder works without problems

Other sync extensions also seem to have the same problem. In chrome additional folders can be created, and used for sync (example; Bookmarks Toolbar). In Kiwi only a mobile bookmark folder exists, and no root folders can be manually created...only sub folders within mobile bookmarks.

However if you import favourites it creates another folder, so a root folder does indeed exist in some way. It's just bugged

<!-- gh-comment-id:888916290 --> @Manu99it commented on GitHub (Jul 29, 2021): > > I've used the export/import feature to bypass this, however it seems I can't get it to sync the root folder between edge and kiwi. A specific folder works without problems > > Other sync extensions also seem to have the same problem. In chrome additional folders can be created, and used for sync (example; Bookmarks Toolbar). In Kiwi only a mobile bookmark folder exists, and no root folders can be manually created...only sub folders within mobile bookmarks. However if you import favourites it creates another folder, so a root folder does indeed exist in some way. It's just bugged
Author
Owner

@kiwibrowser commented on GitHub (Aug 1, 2021):

I'll check @marcelklehr . Arnaud.

Investigation done. Kiwi requires fixes in:
+++ b/chrome/browser/ui/apps/chrome_app_window_client.cc
+++ a/content/browser/renderer_host/navigation_request.cc
+++ b/extensions/browser/api/app_window/app_window_api.cc
+++ b/extensions/browser/app_window/app_window.cc

Floccus uses a little bit unusual way to open the login window but there is nothing wrong with that (it's correct behaviour from them).
A fix will be issued on Kiwi's side and I'll update on this thread once done.

<!-- gh-comment-id:890607115 --> @kiwibrowser commented on GitHub (Aug 1, 2021): > I'll check @marcelklehr . Arnaud. Investigation done. Kiwi requires fixes in: +++ b/chrome/browser/ui/apps/chrome_app_window_client.cc +++ a/content/browser/renderer_host/navigation_request.cc +++ b/extensions/browser/api/app_window/app_window_api.cc +++ b/extensions/browser/app_window/app_window.cc Floccus uses a little bit unusual way to open the login window but there is nothing wrong with that (it's correct behaviour from them). A fix will be issued on Kiwi's side and I'll update on this thread once done.
Author
Owner

@GeorgeRudd commented on GitHub (Aug 8, 2021):

I'll check @marcelklehr . Arnaud.

Investigation done. Kiwi requires fixes in:
+++ b/chrome/browser/ui/apps/chrome_app_window_client.cc
+++ a/content/browser/renderer_host/navigation_request.cc
+++ b/extensions/browser/api/app_window/app_window_api.cc
+++ b/extensions/browser/app_window/app_window.cc

Floccus uses a little bit unusual way to open the login window but there is nothing wrong with that (it's correct behaviour from them).
A fix will be issued on Kiwi's side and I'll update on this thread once done.
https://github.com/kiwibrowser/src.next/issues/202#issuecomment-894621701 (T▽T)

<!-- gh-comment-id:894734149 --> @GeorgeRudd commented on GitHub (Aug 8, 2021): > > I'll check @marcelklehr . Arnaud. > > Investigation done. Kiwi requires fixes in: > +++ b/chrome/browser/ui/apps/chrome_app_window_client.cc > +++ a/content/browser/renderer_host/navigation_request.cc > +++ b/extensions/browser/api/app_window/app_window_api.cc > +++ b/extensions/browser/app_window/app_window.cc > > Floccus uses a little bit unusual way to open the login window but there is nothing wrong with that (it's correct behaviour from them). > A fix will be issued on Kiwi's side and I'll update on this thread once done. https://github.com/kiwibrowser/src.next/issues/202#issuecomment-894621701 (T▽T)
Author
Owner

@lazymonkey2 commented on GitHub (Aug 31, 2021):

found workaround for floccus login:
https://github.com/brave/brave-browser/issues/4493#issuecomment-909140037

<!-- gh-comment-id:909193838 --> @lazymonkey2 commented on GitHub (Aug 31, 2021): found workaround for floccus login: https://github.com/brave/brave-browser/issues/4493#issuecomment-909140037
Author
Owner

@kiwibrowser commented on GitHub (Aug 31, 2021):

@marcelklehr It's in the plans of Kiwi to fix the issue very soon, it's a bit more difficult than it seems (but it was fixed in the previous version of Kiwi, so I guess it's manageable)

<!-- gh-comment-id:909201675 --> @kiwibrowser commented on GitHub (Aug 31, 2021): @marcelklehr It's in the plans of Kiwi to fix the issue very soon, it's a bit more difficult than it seems (but it was fixed in the previous version of Kiwi, so I guess it's manageable)
Author
Owner

@bfosqueUC commented on GitHub (Oct 20, 2021):

@marcelklehr It's in the plans of Kiwi to fix the issue very soon, it's a bit more difficult than it seems (but it was fixed in the previous version of Kiwi, so I guess it's manageable)

Any update on this issue? Is a fix still in the works?

<!-- gh-comment-id:947243375 --> @bfosqueUC commented on GitHub (Oct 20, 2021): > @marcelklehr It's in the plans of Kiwi to fix the issue very soon, it's a bit more difficult than it seems (but it was fixed in the previous version of Kiwi, so I guess it's manageable) Any update on this issue? Is a fix still in the works?
Author
Owner

@jont4 commented on GitHub (Apr 6, 2022):

@marcelklehr It's in the plans of Kiwi to fix the issue very soon, it's a bit more difficult than it seems (but it was fixed in the previous version of Kiwi, so I guess it's manageable)

Any update on this issue? Is a fix still in the works?

still not working in floccus

<!-- gh-comment-id:1090453345 --> @jont4 commented on GitHub (Apr 6, 2022): > > @marcelklehr It's in the plans of Kiwi to fix the issue very soon, it's a bit more difficult than it seems (but it was fixed in the previous version of Kiwi, so I guess it's manageable) > > Any update on this issue? Is a fix still in the works? still not working in floccus
Author
Owner

@ryanwwest commented on GitHub (May 27, 2022):

found workaround for floccus login: brave/brave-browser#4493 (comment)

@424344 I didn't see a workaround in that issue (perhaps a comment was deleted?). Would you mind elaborating on how to do the workaround on Kiwi if you know?

<!-- gh-comment-id:1139252045 --> @ryanwwest commented on GitHub (May 27, 2022): > found workaround for floccus login: [brave/brave-browser#4493 (comment)](https://github.com/brave/brave-browser/issues/4493#issuecomment-909140037) @424344 I didn't see a workaround in that issue (perhaps a comment was deleted?). Would you mind elaborating on how to do the workaround on Kiwi if you know?
Author
Owner

@lazymonkey2 commented on GitHub (May 27, 2022):

workaround on Kiwi

the workaround is to login into floccus on a desktop browser (using gdrive option), then export the floccus config, copy the config file to phone, then import the config in floccus. I've tried some month ago and it was working.

<!-- gh-comment-id:1139283098 --> @lazymonkey2 commented on GitHub (May 27, 2022): > workaround on Kiwi the workaround is to login into floccus on a desktop browser (using gdrive option), then export the floccus config, copy the config file to phone, then import the config in floccus. I've tried some month ago and it was working.
Author
Owner

@niikoo commented on GitHub (Jun 20, 2022):

@marcelklehr It's in the plans of Kiwi to fix the issue very soon, it's a bit more difficult than it seems (but it was fixed in the previous version of Kiwi, so I guess it's manageable)

It's not working in Kiwi Browser 101.0.4951.40. Are there any updates?

<!-- gh-comment-id:1160028236 --> @niikoo commented on GitHub (Jun 20, 2022): > @marcelklehr It's in the plans of Kiwi to fix the issue very soon, it's a bit more difficult than it seems (but it was fixed in the previous version of Kiwi, so I guess it's manageable) It's not working in `Kiwi Browser 101.0.4951.40`. Are there any updates?
Author
Owner

@Aleksanaa commented on GitHub (Apr 28, 2023):

Not working on 111.0.5563.76

<!-- gh-comment-id:1528081423 --> @Aleksanaa commented on GitHub (Apr 28, 2023): Not working on `111.0.5563.76`
Author
Owner

@d3ward commented on GitHub (Jul 18, 2023):

I know it's been a while . On Kiwi v116 this issue has been fixed and you can now login with Google for syncing . Tested on latest Floccus v4.19.1

<!-- gh-comment-id:1639991328 --> @d3ward commented on GitHub (Jul 18, 2023): I know it's been a while . On Kiwi v116 this issue has been fixed and you can now login with Google for syncing . Tested on latest Floccus v4.19.1
Author
Owner

@Manu99it commented on GitHub (Aug 19, 2023):

@d3ward seems that syncing root folder is still broken though

<!-- gh-comment-id:1684925152 --> @Manu99it commented on GitHub (Aug 19, 2023): @d3ward seems that syncing root folder is still broken though
Author
Owner

@marcelklehr commented on GitHub (Aug 19, 2023):

@Manu99it That seems like a different issue, I recommend opening a new ticket for this

<!-- gh-comment-id:1684928827 --> @marcelklehr commented on GitHub (Aug 19, 2023): @Manu99it That seems like a different issue, I recommend opening a new ticket for this
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#597
No description provided.