generated/google/apis/script_v1.rb in google-api-client-0.11.3 vs generated/google/apis/script_v1.rb in google-api-client-0.12.0
- old
+ new
@@ -23,24 +23,27 @@
# Executes Google Apps Script projects.
#
# @see https://developers.google.com/apps-script/execution/rest/v1/scripts/run
module ScriptV1
VERSION = 'V1'
- REVISION = '20170522'
+ REVISION = '20170601'
- # 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'
- # Read, send, delete, and manage your email
- AUTH_SCOPE = 'https://mail.google.com/'
-
# View and manage the provisioning of groups on your domain
AUTH_ADMIN_DIRECTORY_GROUP = 'https://www.googleapis.com/auth/admin.directory.group'
# View and manage the provisioning of users on your domain
AUTH_ADMIN_DIRECTORY_USER = 'https://www.googleapis.com/auth/admin.directory.user'
+ # View and manage your spreadsheets in Google Drive
+ AUTH_SPREADSHEETS = 'https://www.googleapis.com/auth/spreadsheets'
+
+ # Read, send, delete, and manage your email
+ AUTH_SCOPE = 'https://mail.google.com/'
+
# View and manage your forms in Google Drive
AUTH_FORMS = 'https://www.googleapis.com/auth/forms'
# Manage your contacts
M8_FEEDS = 'https://www.google.com/m8/feeds'
@@ -54,11 +57,8 @@
# View and manage your Google Groups
AUTH_GROUPS = 'https://www.googleapis.com/auth/groups'
# View and manage forms that this application has been installed in
AUTH_FORMS_CURRENTONLY = 'https://www.googleapis.com/auth/forms.currentonly'
-
- # View and manage the files in your Google Drive
- AUTH_DRIVE = 'https://www.googleapis.com/auth/drive'
end
end
end