You are not logged in.

#1 2020-01-31 00:24:06

mries92
Member
Registered: 2016-11-10
Posts: 31

Cannot get KDE online account integration to work with Google

Hello all, I am having trouble getting the online account integration with dolphin to work with google drive. I have installed the packages 'kaccounts-integration' and 'kaccounts-providers'. When I click add an online account, I am able to go through the 2 factor authentication process with Google and add the account. However, when I then view the online accounts that have been added, this is all I see. In most of the screenshots I have seen online, this shows the actual account name, not just (Google).

https://i.imgur.com/yPeYhuh.png

Also, when I go to 'Network -> Google Drive' in Dolphin, instead of seeing my account there, all I see is "Create New Account". I have seen a few reports of a similar issue but could not find any solutions.

https://i.imgur.com/GiTh8P5.png

Any help would be appreciated!

Mod Edit - Replaced oversized images with links.
CoC - Pasting pictures and code

Last edited by Slithery (2020-02-01 14:04:59)

Offline

#2 2020-02-01 14:01:30

Temet
Member
Registered: 2019-07-08
Posts: 22

Re: Cannot get KDE online account integration to work with Google

Hi,

Did you install kio-gdrive packet?

++

Offline

#3 2020-02-12 10:27:51

nishant
Member
Registered: 2019-07-16
Posts: 2

Re: Cannot get KDE online account integration to work with Google

Hello,

I am also having the same issue. I have installed kio-gdrive but it is still showing same thing
as mries92 described.

regards

Offline

#4 2020-02-14 13:05:41

kapernhasser
Member
Registered: 2020-02-13
Posts: 1

Re: Cannot get KDE online account integration to work with Google

Run "sqlite3 ~/.config/libaccounts-glib/accounts.db"
Enter "select * from Accounts;" to get the id of the account
Enter "update Accounts set name="username" where id=1;" to set a username

After that you will see your google drive account in dolphin.

https://bugs.kde.org/show_bug.cgi?id=414219

Offline

#5 2020-02-15 09:20:55

nishant
Member
Registered: 2019-07-16
Posts: 2

Re: Cannot get KDE online account integration to work with Google

kapernhasser wrote:

Run "sqlite3 ~/.config/libaccounts-glib/accounts.db"
Enter "select * from Accounts;" to get the id of the account
Enter "update Accounts set name="username" where id=1;" to set a username

After that you will see your google drive account in dolphin.

https://bugs.kde.org/show_bug.cgi?id=414219

This workaround works for kio-gdrive.

My system specs are:

kernel : 5.5.3-zen1-1-zen
plasma: 5.18

Offline

Board footer

Powered by FluxBB