generated/google/apis/slides_v1.rb in google-api-client-0.25.0 vs generated/google/apis/slides_v1.rb in google-api-client-0.26.0
- old
+ new
@@ -23,27 +23,27 @@
# Reads and writes Google Slides presentations.
#
# @see https://developers.google.com/slides/
module SlidesV1
VERSION = 'V1'
- REVISION = '20181030'
+ REVISION = '20181127'
- # View and manage the files in your Google Drive
+ # See, edit, create, and delete all of your Google Drive files
AUTH_DRIVE = 'https://www.googleapis.com/auth/drive'
# View and manage Google Drive files and folders that you have opened or created with this app
AUTH_DRIVE_FILE = 'https://www.googleapis.com/auth/drive.file'
- # View the files in your Google Drive
+ # See and download all your Google Drive files
AUTH_DRIVE_READONLY = 'https://www.googleapis.com/auth/drive.readonly'
# View and manage your Google Slides presentations
AUTH_PRESENTATIONS = 'https://www.googleapis.com/auth/presentations'
# View your Google Slides presentations
AUTH_PRESENTATIONS_READONLY = 'https://www.googleapis.com/auth/presentations.readonly'
- # View and manage your spreadsheets in Google Drive
+ # See, edit, create, and delete your spreadsheets in Google Drive
AUTH_SPREADSHEETS = 'https://www.googleapis.com/auth/spreadsheets'
# View your Google Spreadsheets
AUTH_SPREADSHEETS_READONLY = 'https://www.googleapis.com/auth/spreadsheets.readonly'
end