Skip to content

Fixes to quickstarts#69

Merged
erickoledadevrel merged 1 commit intomasterfrom
quickstart
Jan 16, 2019
Merged

Fixes to quickstarts#69
erickoledadevrel merged 1 commit intomasterfrom
quickstart

Conversation

@erickoledadevrel
Copy link
Copy Markdown

  • Make SCOPES an array, to avoid error ValueError: Invalid scope (https://www.googleapis.com/auth/calendar.readonly), must be string, tuple, set, or list.
  • Remove pickle from the pip install command, as it doesn't seem to be a valid pip package.
  • Add token.pickle to the .gitignore file.

@erickoledadevrel
Copy link
Copy Markdown
Author

@slokhorst Can you PTAL? When trying to run your updated quickstarts I ran into some issues, and want to make sure I'm not missing anything.

@slokhorst
Copy link
Copy Markdown
Contributor

Make SCOPES an array, to avoid error ValueError: Invalid scope (https://www.googleapis.com/auth/calendar.readonly), must be string, tuple, set, or list.

I haven't seen this error, it seems to works fine both as a string or array for me. Can't hurt to make it an array I guess.

Remove pickle from the pip install command, as it doesn't seem to be a valid pip package.

My bad. I had forgotten that pickle is built-in.

Add token.pickle to the .gitignore file.

Yep, sounds good!

@erickoledadevrel
Copy link
Copy Markdown
Author

Thanks for the review!

@erickoledadevrel erickoledadevrel merged commit 15ffa1b into master Jan 16, 2019
@grant grant deleted the quickstart branch January 20, 2019 00:38
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

Successfully merging this pull request may close these issues.

2 participants