修訂版本 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"]],["上次更新時間: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"]]