generated/google/apis/slides_v1.rb in google-api-client-0.11.3 vs generated/google/apis/slides_v1.rb in google-api-client-0.12.0

- old
+ new

@@ -23,15 +23,12 @@ # An API for creating and editing Google Slides presentations. # # @see https://developers.google.com/slides/ module SlidesV1 VERSION = 'V1' - REVISION = '20170519' + REVISION = '20170524' - # View and manage your spreadsheets in Google Drive - AUTH_SPREADSHEETS = 'https://www.googleapis.com/auth/spreadsheets' - # 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' @@ -42,8 +39,11 @@ # 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 and manage your spreadsheets in Google Drive + AUTH_SPREADSHEETS = 'https://www.googleapis.com/auth/spreadsheets' end end end