Fix typo in sample

This commit is contained in:
Steven Bazyl 2014-12-15 13:02:51 -08:00
parent d6d8ec7884
commit 262ebe3d52
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ module Google
# client = Google::APIClient.new
# flow = Google::APIClient::InstalledAppFlow.new(
# :client_id => '691380668085.apps.googleusercontent.com',
# :client_secret => '...,
# :client_secret => '...',
# :scope => 'https://www.googleapis.com/auth/drive'
# )
# client.authorization = flow.authorize