[GH-ISSUE #1220] iOS - Cannot Login to Google Drive #811

Closed
opened 2026-02-25 22:38:10 +03:00 by kerem · 8 comments
Owner

Originally created by @pinpontitit on GitHub (Jul 23, 2022).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1220

Which version of floccus are you using?

4.16

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.

MacOS 12.4

Describe the Bug

I tried running the iOS floccus app on my Macbook to check how it looks.

I downloaded Floccus on the apple store.

On the first screen the app asks to choose the way I want to sync my bookmarks
I choose to sync with Google Drive.

On the second screen that shows the option: Connect to Google Drive, I clicked on the blue button "Login with Google Drive".

And nothing happens. It's as if the button event wasn't returning anything.

I also tried, after downloading the github repo, running "gulp", etc, to build the app with Xcode.
The build worked.
I went through the same process described above.

And on the same screen (2) of the new account process, when I click on the Login with Google button, again nothing happens.

But Xcode console give me those errors each time I click on the button:

⚡️  To Native ->  OAuth2Client authenticate 111063102
ERROR MESSAGE:  {"errorMessage":"ERR_PARAM_NO_APP_ID","message":"ERR_PARAM_NO_APP_ID"}
⚡️  [error] - {"errorMessage":"ERR_PARAM_NO_APP_ID","message":"ERR_PARAM_NO_APP_ID"}
⚡️  [error] - [Vue warn]: Error in v-on handler (Promise/async): "Error: ERR_PARAM_NO_APP_ID"

found in

---> <VBtn>
       <VStepperContent>
         <VStepper>
           <VCard>
             <NewAccount> at src/ui/views/NewAccount.vue
               <VApp>
                 <NativeApp> at src/ui/NativeApp.vue
                   <Root>
⚡️  [error] - {"errorMessage":"ERR_PARAM_NO_APP_ID"}

The fact that it happens when I build myself but also with the apple store app makes me think its a bug on the iOS app.

But, as I cannot try on an Iphone, I wanted to know if it happens to someone else who uses an Iphone.

If you try creating an account with Google, does it work for you ?
@radiochild577
@getwet

Thanks

Expected Behavior

When clicking on the button, it should open the google login page on my browser, as it does with the Android app.

To Reproduce

Steps given above.

Debug log provided

  • I have provided a debug log file
Originally created by @pinpontitit on GitHub (Jul 23, 2022). Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1220 ### Which version of floccus are you using? 4.16 ### 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. MacOS 12.4 ### Describe the Bug I tried running the iOS floccus app on my Macbook to check how it looks. I downloaded Floccus on the apple store. On the first screen the app asks to choose the way I want to sync my bookmarks I choose to sync with Google Drive. On the second screen that shows the option: Connect to Google Drive, I clicked on the blue button "Login with Google Drive". And nothing happens. It's as if the button event wasn't returning anything. I also tried, after downloading the github repo, running "gulp", etc, to build the app with Xcode. The build worked. I went through the same process described above. And on the same screen (2) of the new account process, when I click on the Login with Google button, again nothing happens. But Xcode console give me those errors each time I click on the button: ``` ⚡️ To Native -> OAuth2Client authenticate 111063102 ERROR MESSAGE: {"errorMessage":"ERR_PARAM_NO_APP_ID","message":"ERR_PARAM_NO_APP_ID"} ⚡️ [error] - {"errorMessage":"ERR_PARAM_NO_APP_ID","message":"ERR_PARAM_NO_APP_ID"} ⚡️ [error] - [Vue warn]: Error in v-on handler (Promise/async): "Error: ERR_PARAM_NO_APP_ID" found in ---> <VBtn> <VStepperContent> <VStepper> <VCard> <NewAccount> at src/ui/views/NewAccount.vue <VApp> <NativeApp> at src/ui/NativeApp.vue <Root> ⚡️ [error] - {"errorMessage":"ERR_PARAM_NO_APP_ID"} ``` The fact that it happens when I build myself but also with the apple store app makes me think its a bug on the iOS app. But, as I cannot try on an Iphone, I wanted to know if it happens to someone else who uses an Iphone. If you try creating an account with Google, does it work for you ? @radiochild577 @getwet Thanks ### Expected Behavior When clicking on the button, it should open the google login page on my browser, as it does with the Android app. ### To Reproduce Steps given above. ### Debug log provided - [ ] I have provided a debug log file
kerem 2026-02-25 22:38:10 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@getwet commented on GitHub (Jul 25, 2022):

Sorry, I had no Bookmarks on Google Drive.

<!-- gh-comment-id:1194580838 --> @getwet commented on GitHub (Jul 25, 2022): Sorry, I had no Bookmarks on Google Drive.
Author
Owner

@radiochild577 commented on GitHub (Jul 28, 2022):

I sync with Nextcloud, big Google drive

<!-- gh-comment-id:1198043642 --> @radiochild577 commented on GitHub (Jul 28, 2022): I sync with Nextcloud, big Google drive
Author
Owner

@pinpontitit commented on GitHub (Jul 28, 2022):

Thanks for the answers.
Even if you don't use Google Drive, could you try just in Floccus clicking in the button Login with Google Drive (in the "Add an account" process), just to see if the button works for you ?

<!-- gh-comment-id:1198682619 --> @pinpontitit commented on GitHub (Jul 28, 2022): Thanks for the answers. Even if you don't use Google Drive, could you try just in Floccus clicking in the button Login with Google Drive (in the "Add an account" process), just to see if the button works for you ?
Author
Owner

@radiochild577 commented on GitHub (Jul 28, 2022):

Just tried and the button did not work for me

<!-- gh-comment-id:1198713096 --> @radiochild577 commented on GitHub (Jul 28, 2022): Just tried and the button did not work for me
Author
Owner

@pinpontitit commented on GitHub (Jul 29, 2022):

thanks :-)

<!-- gh-comment-id:1199409356 --> @pinpontitit commented on GitHub (Jul 29, 2022): thanks :-)
Author
Owner

@getwet commented on GitHub (Jul 30, 2022):

I tired to login with Google Drive but it won't progress after klick "login with Google". It does nothing. I have to restart the app to come back to my bookmarks.

<!-- gh-comment-id:1200121634 --> @getwet commented on GitHub (Jul 30, 2022): I tired to login with Google Drive but it won't progress after klick "login with Google". It does nothing. I have to restart the app to come back to my bookmarks.
Author
Owner

@marcelklehr commented on GitHub (Aug 4, 2022):

I can confirm Google OAuth does not work yet on iOS.

<!-- gh-comment-id:1205218367 --> @marcelklehr commented on GitHub (Aug 4, 2022): I can confirm Google OAuth does not work yet on iOS.
Author
Owner

@github-actions[bot] commented on GitHub (Aug 7, 2023):

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.

<!-- gh-comment-id:1667048829 --> @github-actions[bot] commented on GitHub (Aug 7, 2023): 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.
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#811
No description provided.