Stay organized with collections
Save and categorize content based on your preferences.
Create
An object was created.
JSON representation
{// Union field origin can be only one of the following:"new": {object (New)},"upload": {object (Upload)},"copy": {object (Copy)}// End of list of possible types for union field origin.}
Fields
Union field
origin. The origin of the new object.
origin
can be only one of the following:
[[["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 2025-07-23 UTC."],[],[],null,["# Create\n------\n\n\nAn object was created.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { // Union field `origin` can be only one of the following: \"new\": { object (/workspace/drive/activity/v2/reference/rest/v2/activity/create#New) }, \"upload\": { object (/workspace/drive/activity/v2/reference/rest/v2/activity/create#Upload) }, \"copy\": { object (/workspace/drive/activity/v2/reference/rest/v2/activity/create#Copy) } // End of list of possible types for union field `origin`. } ``` |\n\n| Fields ||\n|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Union field `origin`. The origin of the new object. `origin` can be only one of the following: ||\n| `new` | `object (`[New](/workspace/drive/activity/v2/reference/rest/v2/activity/create#New)`)` If present, indicates the object was newly created (e.g. as a blank document), not derived from a Drive object or external object. |\n| `upload` | `object (`[Upload](/workspace/drive/activity/v2/reference/rest/v2/activity/create#Upload)`)` If present, indicates the object originated externally and was uploaded to Drive. |\n| `copy` | `object (`[Copy](/workspace/drive/activity/v2/reference/rest/v2/activity/create#Copy)`)` If present, indicates the object was created by copying an existing Drive object. |\n\nNew\n---\n\n\nThis type has no fields.\n\nAn object was created from scratch.\n\nUpload\n------\n\n\nThis type has no fields.\n\nAn object was uploaded into Drive.\n\nCopy\n----\n\n\nAn object was created by copying an existing object.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"originalObject\": { object (/workspace/drive/activity/v2/reference/rest/v2/activity/targetreference#TargetReference) } } ``` |\n\n| Fields ||\n|------------------|----------------------------------------------------------------------------------------------------------------------------------------------|\n| `originalObject` | `object (`[TargetReference](/workspace/drive/activity/v2/reference/rest/v2/activity/targetreference#TargetReference)`)` The original object. |"]]