Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 72894  / 1 Year ago, tue, april 18, 2023, 2:25:50

Since around today, March 10, 2021 and recent update to 89.0.4389.82 Chromium stopped syncing to Google accounts. As is turns out, this is due to some changes made by Google.


What can we as users do?


More info: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1917705/comments/8


More From » chromium

 Answers
7

Schultz Hartmut" added comments to provide a solution. Here is the full text:



Just came across this solution: gist.github.com/cvan/44a6d60457b20133191bd7b104f9dcc4


Subscribe to mailing list (as stated in gist 1). Then you just enable Chrome Sync API at console.cloud.google.com/apis/library/chromesync.googleapis.com


Now create all the GOOGLE_API_KEY GOOGLE_DEFAULT_CLIENT_ID GOOGLE_DEFAULT_CLIENT_SECRET keys as shown above. I used TV-and-Limited-Input-devices when Creating OAuth client ID. Not sure that matters


In ubuntu edit file: /etc/chromium-browser/default Add lines:


##all these are random numbers from a cat typing my keyboard so please do try them in production if you have free time...

GOOGLE_API_KEY=AIzazUdJiNwlR6zYtNd

GOOGLE_DEFAULT_CLIENT_ID=83728372837-wn4AKjPv02YM1x4gv.apps.googleusercontent.com

GOOGLE_DEFAULT_CLIENT_SECRET=EERRN-JtEoGYoqL7xGZ6hhIxbM

export GOOGLE_API_KEY

export GOOGLE_DEFAULT_CLIENT_ID

export GOOGLE_DEFAULT_CLIENT_SECRET



[#1827] Tuesday, April 18, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
suitman

Total Points: 487
Total Questions: 105
Total Answers: 98

Location: India
Member since Wed, Aug 4, 2021
3 Years ago
;