Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent CLIENT_SECRETS_FILE variable definitions #165

Closed
msampaio opened this issue Feb 4, 2018 · 0 comments
Closed

Inconsistent CLIENT_SECRETS_FILE variable definitions #165

msampaio opened this issue Feb 4, 2018 · 0 comments

Comments

@msampaio
Copy link

msampaio commented Feb 4, 2018

In Python scripts, the CLIENT_SECRETS_FILE variables definitions are inconsistent. There are these two definitions:

CLIENT_SECRETS_FILE = 'client_secret.json'

and

CLIENT_SECRETS_FILE = 'client_secrets.json'

For instance, in these lines:
https://github.com/youtube/api-samples/blob/master/python/add_featured_video.py#L25
and
https://github.com/youtube/api-samples/blob/master/python/add_channel_section.py#L25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant