File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
googleapiclient/discovery_cache/documents Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 44 "scopes" : {
55 "https://www.googleapis.com/auth/keep" : {
66 "description" : " See, edit, create and permanently delete all your Google Keep data"
7+ },
8+ "https://www.googleapis.com/auth/keep.readonly" : {
9+ "description" : " View all your Google Keep data"
710 }
811 }
912 }
134137 "$ref" : " Attachment"
135138 },
136139 "scopes" : [
137- " https://www.googleapis.com/auth/keep"
140+ " https://www.googleapis.com/auth/keep" ,
141+ " https://www.googleapis.com/auth/keep.readonly"
138142 ],
139143 "supportsMediaDownload" : true ,
140144 "useMediaDownloadService" : true
208212 "$ref" : " Note"
209213 },
210214 "scopes" : [
211- " https://www.googleapis.com/auth/keep"
215+ " https://www.googleapis.com/auth/keep" ,
216+ " https://www.googleapis.com/auth/keep.readonly"
212217 ]
213218 },
214219 "list" : {
240245 "$ref" : " ListNotesResponse"
241246 },
242247 "scopes" : [
243- " https://www.googleapis.com/auth/keep"
248+ " https://www.googleapis.com/auth/keep" ,
249+ " https://www.googleapis.com/auth/keep.readonly"
244250 ]
245251 }
246252 },
308314 }
309315 }
310316 },
311- "revision" : " 20210622 " ,
317+ "revision" : " 20210706 " ,
312318 "rootUrl" : " https://keep.googleapis.com/" ,
313319 "schemas" : {
314320 "Attachment" : {
You can’t perform that action at this time.
0 commit comments