Skip to content

Commit

Permalink
feat(drive): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed Jun 10, 2021
1 parent 5be34a7 commit 773910f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions googleapiclient/discovery_cache/documents/drive.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"description": "Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/drive/",
"etag": "\"uWj2hSb4GVjzdDlAnRd2gbM1ZQ8/EIo_1qhrNGONRMbHv82MMR9cy1g\"",
"etag": "\"uWj2hSb4GVjzdDlAnRd2gbM1ZQ8/k-Jb6ACjU_BtVOjtdDxwWpX84Vc\"",
"icons": {
"x16": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_16.png",
"x32": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_32.png"
Expand Down Expand Up @@ -3527,7 +3527,7 @@
}
}
},
"revision": "20210529",
"revision": "20210606",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"About": {
Expand Down Expand Up @@ -5466,6 +5466,7 @@
},
"type": "object"
},
"readOnly": true,
"type": "array"
},
"photoLink": {
Expand Down Expand Up @@ -5515,6 +5516,7 @@
},
"type": "object"
},
"readOnly": true,
"type": "array"
},
"type": {
Expand Down
6 changes: 4 additions & 2 deletions googleapiclient/discovery_cache/documents/drive.v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"description": "Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/drive/",
"etag": "\"uWj2hSb4GVjzdDlAnRd2gbM1ZQ8/LhUWVZg1Ey-qPt1v0irfXQXGXpw\"",
"etag": "\"uWj2hSb4GVjzdDlAnRd2gbM1ZQ8/SyjBUZsd7-BeUq6cmstd3qVqbuA\"",
"icons": {
"x16": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_16.png",
"x32": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_32.png"
Expand Down Expand Up @@ -2191,7 +2191,7 @@
}
}
},
"revision": "20210529",
"revision": "20210606",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"About": {
Expand Down Expand Up @@ -3465,6 +3465,7 @@
},
"type": "object"
},
"readOnly": true,
"type": "array"
},
"photoLink": {
Expand Down Expand Up @@ -3503,6 +3504,7 @@
},
"type": "object"
},
"readOnly": true,
"type": "array"
},
"type": {
Expand Down

0 comments on commit 773910f

Please sign in to comment.