Skip to content

Instantly share code, notes, and snippets.

@s3rgeym
Created February 28, 2023 01:51
Show Gist options
  • Save s3rgeym/b007a7588d0ed3771c6d27c6cf882cab to your computer and use it in GitHub Desktop.
Save s3rgeym/b007a7588d0ed3771c6d27c6cf882cab to your computer and use it in GitHub Desktop.

Before you can export passwords and bookmarks.

Flatpak:

flatpak override --user --env=GOOGLE_DEFAULT_CLIENT_ID="77185425430.apps.googleusercontent.com" --env=GOOGLE_DEFAULT_CLIENT_SECRET="OTJgUO  
QcT7lO7GsGZq2G4IlT" org.chromium.Chromium

Or simple add this lines to ~/.zshenv:

export GOOGLE_API_KEY=""  
export GOOGLE_DEFAULT_CLIENT_ID="77185425430.apps.googleusercontent.com"  
export GOOGLE_DEFAULT_CLIENT_SECRET="OTJgUOQcT7lO7GsGZq2G4IlT"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment