修订版本 ID 不是序列号,而是模糊的字符串。修订版本 ID 的格式可能会随时间而变化,因此应视为不透明。返回的修订版本 ID 只能保证在返回后的 24 小时内有效,并且不能跨用户共享。如果修订 ID 在两次调用之间保持不变,则呈现方式也不会改变。相反,更改 ID(针对同一演示文稿和用户)通常表示演示文稿已更新。不过,ID 发生变化的也可能是内部因素,如 ID 格式更改。
[[["易于理解","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-09-05。"],[[["Creates a new Google Slides presentation with the given title, generating a new presentation ID if not provided."],["Ignores any content provided in the request body besides the title and optional presentation ID."],["Requires authorization with specific Google Drive or Slides scopes."],["Returns the newly created presentation object upon successful completion."],["The API utilizes a POST request to `https://slides.googleapis.com/v1/presentations` and accepts a JSON request body with specific parameters for presentation creation."]]],["This describes creating a new presentation via a `POST` request to `https://slides.googleapis.com/v1/presentations`. The request can include a `presentationId` for a specific ID or generate a new one, ignoring other provided content. The request body uses JSON, accepting fields like `title`, `pageSize`, `slides`, `masters`, `layouts`, `locale`, `revisionId`, and `notesMaster`. The response returns the created presentation. Authorization requires specific OAuth scopes.\n"]]