|
7 | 7 | title: Drive Activity API |
8 | 8 | description: Provides a historical view of activity in Google Drive. |
9 | 9 | version: v2 |
10 | | - x-discovery-doc-revision: '20241203' |
11 | | - x-generated-date: '2024-12-07' |
| 10 | + x-discovery-doc-revision: '20250824' |
| 11 | + x-generated-date: '2025-08-28' |
12 | 12 | externalDocs: |
13 | | - url: https://developers.google.com/drive/activity/ |
| 13 | + url: https://developers.google.com/workspace/drive/activity/ |
14 | 14 | servers: |
15 | 15 | - url: https://driveactivity.googleapis.com |
16 | 16 | components: |
@@ -458,7 +458,7 @@ components: |
458 | 458 | role: |
459 | 459 | description: >- |
460 | 460 | Indicates the [Google Drive permissions |
461 | | - role](https://developers.google.com/drive/web/manage-sharing#roles). |
| 461 | + role](https://developers.google.com/workspace/drive/web/manage-sharing#roles). |
462 | 462 | The role determines a user's ability to read, write, and comment on |
463 | 463 | items. |
464 | 464 | type: string |
@@ -727,18 +727,33 @@ components: |
727 | 727 | When restricted, this prevents items from being shared outside the |
728 | 728 | domain. |
729 | 729 | - When restricted, this prevents direct sharing of individual items. |
730 | | - - >- |
731 | | - When restricted, this prevents actions like copy, download, and |
732 | | - print that might result in uncontrolled duplicates of items. |
| 730 | + - 'Deprecated: Use READERS_CAN_DOWNLOAD instead.' |
733 | 731 | - When restricted, this prevents use of Drive File Stream. |
734 | 732 | - When restricted, this limits sharing of folders to managers only. |
| 733 | + - >- |
| 734 | + When restricted, this prevents actions like copy, download, and |
| 735 | + print for readers. Replaces ITEM_DUPLICATION. |
| 736 | + - >- |
| 737 | + When restricted, this prevents actions like copy, download, and |
| 738 | + print for writers. |
| 739 | + enumDeprecated: |
| 740 | + - false |
| 741 | + - false |
| 742 | + - false |
| 743 | + - true |
| 744 | + - false |
| 745 | + - false |
| 746 | + - false |
| 747 | + - false |
735 | 748 | enum: |
736 | 749 | - FEATURE_UNSPECIFIED |
737 | 750 | - SHARING_OUTSIDE_DOMAIN |
738 | 751 | - DIRECT_SHARING |
739 | 752 | - ITEM_DUPLICATION |
740 | 753 | - DRIVE_FILE_STREAM |
741 | 754 | - FILE_ORGANIZER_CAN_SHARE_FOLDERS |
| 755 | + - READERS_CAN_DOWNLOAD |
| 756 | + - WRITERS_CAN_DOWNLOAD |
742 | 757 | newRestriction: |
743 | 758 | description: The restriction in place after the change. |
744 | 759 | type: string |
@@ -1015,7 +1030,7 @@ components: |
1015 | 1030 | description: >- |
1016 | 1031 | Information about the target of activity. For more information on how |
1017 | 1032 | activity history is shared with users, see [Activity history |
1018 | | - visibility](https://developers.google.com/drive/activity/v2#activityhistory). |
| 1033 | + visibility](https://developers.google.com/workspace/drive/activity/v2#activityhistory). |
1019 | 1034 | type: object |
1020 | 1035 | properties: |
1021 | 1036 | driveItem: |
@@ -1063,7 +1078,7 @@ components: |
1063 | 1078 | mimeType: |
1064 | 1079 | description: >- |
1065 | 1080 | The MIME type of the Drive item. See |
1066 | | - https://developers.google.com/drive/v3/web/mime-types. |
| 1081 | + https://developers.google.com/workspace/drive/v3/web/mime-types. |
1067 | 1082 | type: string |
1068 | 1083 | owner: |
1069 | 1084 | description: Information about the owner of this Drive item. |
@@ -1112,14 +1127,14 @@ components: |
1112 | 1127 | description: >- |
1113 | 1128 | The comment in the discussion thread. This identifier is an opaque |
1114 | 1129 | string compatible with the Drive API; see |
1115 | | - https://developers.google.com/drive/v3/reference/comments/get |
| 1130 | + https://developers.google.com/workspace/drive/v3/reference/comments/get |
1116 | 1131 | type: string |
1117 | 1132 | legacyDiscussionId: |
1118 | 1133 | description: >- |
1119 | 1134 | The discussion thread to which the comment was added. This |
1120 | 1135 | identifier is an opaque string compatible with the Drive API and |
1121 | 1136 | references the first comment in a discussion; see |
1122 | | - https://developers.google.com/drive/v3/reference/comments/get |
| 1137 | + https://developers.google.com/workspace/drive/v3/reference/comments/get |
1123 | 1138 | type: string |
1124 | 1139 | linkToDiscussion: |
1125 | 1140 | description: >- |
|
0 commit comments