Stay organized with collections
Save and categorize content based on your preferences.
Resource: DriveActivity
A single Drive activity comprising one or more Actions by one or more Actors on one or more Targets. Some Action groupings occur spontaneously, such as moving an item into a shared folder triggering a permission change. Other groupings of related Actions, such as multiple Actors editing one item or moving multiple files into a new folder, are controlled by the selection of a ConsolidationStrategy in the QueryDriveActivityRequest.
JSON representation
{"primaryActionDetail": {object (ActionDetail)},"actors": [{object (Actor)}],"actions": [{object (Action)}],"targets": [{object (Target)}],// Union field time can be only one of the following:"timestamp": string,"timeRange": {object (TimeRange)}// End of list of possible types for union field time.}
Key information about the primary action for this activity. This is either representative, or the most important, of all actions in the activity, according to the ConsolidationStrategy in the request.
All Google Drive objects this activity is about (e.g. file, folder, drive). This represents the state of the target immediately after the actions occurred.
Union field
time. The period of time when this activity occurred.
time
can be only one of the following:
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples:
"2014-10-02T15:01:23Z"
and
"2014-10-02T15:01:23.045123456Z".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-04 UTC."],[[["Drive Activity encompasses one or more actions performed by one or more users on Google Drive items like files, folders, or the entire drive."],["Related actions can be grouped together using a Consolidation Strategy, providing a comprehensive view of user activities."],["Each Drive Activity record includes details about the primary action, the actors involved, specific actions taken, target objects affected, and the time of the activity."],["Drive Activity provides insights into user interactions with Google Drive, allowing for understanding usage patterns and potential security or compliance monitoring."]]],[]]