[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-11-15。"],[[["When a user creates a new file with your app from Drive UI, your app receives a `state` parameter containing action, folder details, and user ID."],["Your app should verify the `action` as \"create\", utilize the provided information to create a new file using the Drive API, and manage user sessions accordingly."],["All \"create\" events should be treated as potential sign-ins as users might have multiple accounts, requiring session management based on the provided user ID."],["The `state` parameter is URL-encoded and needs to be parsed as JSON by your app for proper data extraction."]]],[]]