generated/google/apis/sheets_v4.rb in google-api-client-0.10.2 vs generated/google/apis/sheets_v4.rb in google-api-client-0.10.3

- old
+ new

@@ -25,19 +25,19 @@ # @see https://developers.google.com/sheets/ module SheetsV4 VERSION = 'V4' REVISION = '20170323' - # View and manage your spreadsheets in Google Drive - AUTH_SPREADSHEETS = 'https://www.googleapis.com/auth/spreadsheets' - # 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 your spreadsheets in Google Drive + AUTH_SPREADSHEETS = 'https://www.googleapis.com/auth/spreadsheets' end end end