上傳附件。如需範例,請參閱「以檔案附件上傳媒體」。
需要使用者驗證。
您最多可以上傳 200 MB 的附件。不支援特定檔案類型。詳情請參閱「Google Chat 封鎖的檔案類型」。
HTTP 要求
- 上傳 URI (適用於媒體上傳要求):
POST https://chat.googleapis.com/upload/v1/{parent=spaces/*}/attachments:upload
- 中繼資料 URI,適用於僅中繼資料要求:
POST https://chat.googleapis.com/v1/{parent=spaces/*}/attachments:upload
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 | |
---|---|
parent |
必要欄位。上傳附件的 Chat 聊天室資源名稱。格式為「spaces/{space}」。 |
要求主體
要求主體的資料會採用以下結構:
JSON 表示法 |
---|
{ "filename": string } |
欄位 | |
---|---|
filename |
必要欄位。附件的檔案名稱,包括副檔名。 |
回應主體
上傳附件的回應。
如果成功,回應主體會含有以下結構的資料:
JSON 表示法 |
---|
{
"attachmentDataRef": {
object ( |
欄位 | |
---|---|
attachment |
上傳附件的參照。 |
授權範圍
需要下列其中一種 OAuth 範圍:
https://www.googleapis.com/auth/chat.import
https://www.googleapis.com/auth/chat.messages.create
https://www.googleapis.com/auth/chat.messages
詳情請參閱授權指南。