generated/google/apis/sheets_v4.rb in google-api-client-0.9.25 vs generated/google/apis/sheets_v4.rb in google-api-client-0.9.26
- old
+ new
@@ -25,17 +25,17 @@
# @see https://developers.google.com/sheets/
module SheetsV4
VERSION = 'V4'
REVISION = '20170117'
+ # View and manage the files in your Google Drive
+ AUTH_DRIVE = 'https://www.googleapis.com/auth/drive'
+
# View the files in your Google Drive
AUTH_DRIVE_READONLY = 'https://www.googleapis.com/auth/drive.readonly'
# View your Google Spreadsheets
AUTH_SPREADSHEETS_READONLY = 'https://www.googleapis.com/auth/spreadsheets.readonly'
-
- # View and manage the files in your Google Drive
- AUTH_DRIVE = 'https://www.googleapis.com/auth/drive'
# View and manage your spreadsheets in Google Drive
AUTH_SPREADSHEETS = 'https://www.googleapis.com/auth/spreadsheets'
end
end