Skip to content

Commit 773910f

Browse files
feat(drive): update the api
#### drive:v2 The following keys were added: - schemas.Permission.properties.permissionDetails.readOnly (Total Keys: 1) - schemas.Permission.properties.teamDrivePermissionDetails.readOnly (Total Keys: 1) #### drive:v3 The following keys were added: - schemas.Permission.properties.permissionDetails.readOnly (Total Keys: 1) - schemas.Permission.properties.teamDrivePermissionDetails.readOnly (Total Keys: 1)
1 parent 5be34a7 commit 773910f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

googleapiclient/discovery_cache/documents/drive.v2.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"description": "Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions.",
3939
"discoveryVersion": "v1",
4040
"documentationLink": "https://developers.google.com/drive/",
41-
"etag": "\"uWj2hSb4GVjzdDlAnRd2gbM1ZQ8/EIo_1qhrNGONRMbHv82MMR9cy1g\"",
41+
"etag": "\"uWj2hSb4GVjzdDlAnRd2gbM1ZQ8/k-Jb6ACjU_BtVOjtdDxwWpX84Vc\"",
4242
"icons": {
4343
"x16": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_16.png",
4444
"x32": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_32.png"
@@ -3527,7 +3527,7 @@
35273527
}
35283528
}
35293529
},
3530-
"revision": "20210529",
3530+
"revision": "20210606",
35313531
"rootUrl": "https://www.googleapis.com/",
35323532
"schemas": {
35333533
"About": {
@@ -5466,6 +5466,7 @@
54665466
},
54675467
"type": "object"
54685468
},
5469+
"readOnly": true,
54695470
"type": "array"
54705471
},
54715472
"photoLink": {
@@ -5515,6 +5516,7 @@
55155516
},
55165517
"type": "object"
55175518
},
5519+
"readOnly": true,
55185520
"type": "array"
55195521
},
55205522
"type": {

googleapiclient/discovery_cache/documents/drive.v3.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"description": "Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions.",
3636
"discoveryVersion": "v1",
3737
"documentationLink": "https://developers.google.com/drive/",
38-
"etag": "\"uWj2hSb4GVjzdDlAnRd2gbM1ZQ8/LhUWVZg1Ey-qPt1v0irfXQXGXpw\"",
38+
"etag": "\"uWj2hSb4GVjzdDlAnRd2gbM1ZQ8/SyjBUZsd7-BeUq6cmstd3qVqbuA\"",
3939
"icons": {
4040
"x16": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_16.png",
4141
"x32": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_32.png"
@@ -2191,7 +2191,7 @@
21912191
}
21922192
}
21932193
},
2194-
"revision": "20210529",
2194+
"revision": "20210606",
21952195
"rootUrl": "https://www.googleapis.com/",
21962196
"schemas": {
21972197
"About": {
@@ -3465,6 +3465,7 @@
34653465
},
34663466
"type": "object"
34673467
},
3468+
"readOnly": true,
34683469
"type": "array"
34693470
},
34703471
"photoLink": {
@@ -3503,6 +3504,7 @@
35033504
},
35043505
"type": "object"
35053506
},
3507+
"readOnly": true,
35063508
"type": "array"
35073509
},
35083510
"type": {

0 commit comments

Comments
 (0)