Discussion:
[chromium-dev] Still getting Google API keys are missing in Chromium
Jimmy Ortiz
2018-11-18 15:32:10 UTC
Permalink
HP Chromebook 11 G5
Version 70.0.3534.4 (Developer Build) Ubuntu 16.04 (64-bit)


Hi,
I'm using the developer build of Chromium for hardware-accelerated playback
of Youtube videos on this low powered notebook. Everything is working well
except for Chrome Sync. I followed all the directions from
https://www.chromium.org/developers/how-tos/api-keys and modified the
.profile file. I tried this with quotes after the equals signs and it still
doesn't work. Not sure if I have to modify the $PATH. Please help.

Thanks

# ~/.profile: executed by the command interpreter for login shells.
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
# exists.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.

# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
#umask 022

# if running bash
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
fi

# set PATH so it includes user's private bin directories
# PATH="$HOME/bin:$HOME/.local/bin:$PATH"

export GOOGLE_API_KEY=Ienteredmycreatedapikeyhere
export GOOGLE_DEFAULT_CLIENT_ID=Ienteredmyclientidhere
export GOOGLE_DEFAULT_CLIENT_SECRET=Ienteredmyclientsecrethere
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/b4c83607-755f-4664-b129-db29f28afd8b%40chromium.org.
Loading...