From 08fee732e96d3220e624c8fca7b8a9b0c0bcb146 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 13 Jul 2021 07:06:50 +0000 Subject: [PATCH] fix(keep): update the api #### keep:v1 The following keys were changed: - resources.media.methods.download.scopes (Total Keys: 1) - resources.notes.methods.get.scopes (Total Keys: 1) - resources.notes.methods.list.scopes (Total Keys: 1) --- .../discovery_cache/documents/keep.v1.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/googleapiclient/discovery_cache/documents/keep.v1.json b/googleapiclient/discovery_cache/documents/keep.v1.json index 3e57e4be309..562d1afc3e4 100644 --- a/googleapiclient/discovery_cache/documents/keep.v1.json +++ b/googleapiclient/discovery_cache/documents/keep.v1.json @@ -4,6 +4,9 @@ "scopes": { "https://www.googleapis.com/auth/keep": { "description": "See, edit, create and permanently delete all your Google Keep data" + }, + "https://www.googleapis.com/auth/keep.readonly": { + "description": "View all your Google Keep data" } } } @@ -134,7 +137,8 @@ "$ref": "Attachment" }, "scopes": [ - "https://www.googleapis.com/auth/keep" + "https://www.googleapis.com/auth/keep", + "https://www.googleapis.com/auth/keep.readonly" ], "supportsMediaDownload": true, "useMediaDownloadService": true @@ -208,7 +212,8 @@ "$ref": "Note" }, "scopes": [ - "https://www.googleapis.com/auth/keep" + "https://www.googleapis.com/auth/keep", + "https://www.googleapis.com/auth/keep.readonly" ] }, "list": { @@ -240,7 +245,8 @@ "$ref": "ListNotesResponse" }, "scopes": [ - "https://www.googleapis.com/auth/keep" + "https://www.googleapis.com/auth/keep", + "https://www.googleapis.com/auth/keep.readonly" ] } }, @@ -308,7 +314,7 @@ } } }, - "revision": "20210622", + "revision": "20210706", "rootUrl": "https://keep.googleapis.com/", "schemas": { "Attachment": {