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

- old
+ new

@@ -25,10 +25,13 @@ # @see https://developers.google.com/slides/ module SlidesV1 VERSION = 'V1' REVISION = '20170323' + # 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 your Google Spreadsheets AUTH_SPREADSHEETS_READONLY = 'https://www.googleapis.com/auth/spreadsheets.readonly' @@ -39,11 +42,8 @@ # 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' - - # View and manage your Google Slides presentations - AUTH_PRESENTATIONS = 'https://www.googleapis.com/auth/presentations' end end end