Method: permissions.patch
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
使用 patch 語義更新權限。
警告:系統不支援在同一個檔案上執行並行的權限作業,只會套用最後一次更新的權限。
HTTP 要求
PATCH https://www.googleapis.com/drive/v2/files/{fileId}/permissions/{permissionId}
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 |
fileId |
string
檔案或共用雲端硬碟的 ID。
|
permissionId |
string
權限的 ID。
|
查詢參數
參數 |
removeExpiration |
boolean
是否要移除到期日。
|
supportsAllDrives |
boolean
要求的應用程式是否同時支援「我的雲端硬碟」和共用雲端硬碟。
|
supportsTeamDrives (deprecated) |
boolean
已淘汰:請改用 supportsAllDrives 。
|
transferOwnership |
boolean
變更角色為 owner 時,是否會將目前的擁有者降級為作者。如果指定的角色不是 owner ,則不會執行任何動作。
|
useDomainAdminAccess |
boolean
以網域管理員身分提出要求;如果設為 true,當檔案 ID 參數參照共用雲端硬碟,且要求者是共用雲端硬碟所屬網域的管理員時,系統就會授予要求者存取權。
|
enforceExpansiveAccess |
boolean
要求是否應強制執行擴充存取規則。
|
要求主體
要求主體包含 Permission
的例項。
回應主體
如果成功,回應主體會包含 Permission
的執行例項。
授權範圍
需要下列其中一種 OAuth 範圍:
https://www.googleapis.com/auth/docs
https://www.googleapis.com/auth/drive
https://www.googleapis.com/auth/drive.file
部分權限受限制,應用程式必須通過安全性評估才能使用。詳情請參閱授權指南。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[],[],null,["# Method: permissions.patch\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nUpdates a permission using patch semantics.\n\n**Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.\n\n### HTTP request\n\n`PATCH https://www.googleapis.com/drive/v2/files/{fileId}/permissions/{permissionId}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------------|-----------------------------------------------|\n| `fileId` | `string` The ID for the file or shared drive. |\n| `permissionId` | `string` The ID for the permission. |\n\n### Query parameters\n\n| Parameters ||\n|---------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `removeExpiration` | `boolean` Whether to remove the expiration date. |\n| `supportsAllDrives` | `boolean` Whether the requesting application supports both My Drives and shared drives. |\n| `supportsTeamDrives` **(deprecated)** | `boolean` Deprecated: Use `supportsAllDrives` instead. |\n| `transferOwnership` | `boolean` Whether changing a role to `owner` downgrades the current owners to writers. Does nothing if the specified role is not `owner`. |\n| `useDomainAdminAccess` | `boolean` Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs. |\n| `enforceExpansiveAccess` | `boolean` Whether the request should enforce expansive access rules. |\n\n### Request body\n\nThe request body contains an instance of [Permission](/workspace/drive/api/reference/rest/v2/permissions#Permission).\n\n### Response body\n\nIf successful, the response body contains an instance of [Permission](/workspace/drive/api/reference/rest/v2/permissions#Permission).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/docs`\n- `\n https://www.googleapis.com/auth/drive`\n- `\n https://www.googleapis.com/auth/drive.file`\n\nSome scopes are restricted and require a security assessment for your app to use them. For more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]