Method: spaces.create
Yêu cầu HTTP
POST https://meet.googleapis.com/v2/spaces
URL sử dụng cú pháp Chuyển mã gRPC.
Nội dung yêu cầu
Nội dung yêu cầu chứa một bản sao của Space
.
Nội dung phản hồi
Nếu thành công, nội dung phản hồi sẽ chứa một thực thể mới tạo của Space
.
Phạm vi uỷ quyền
Yêu cầu phạm vi OAuth sau:
https://www.googleapis.com/auth/meetings.space.created
Để biết thêm thông tin, hãy xem bài viết Hướng dẫn uỷ quyền.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-04-30 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-04-30 UTC."],[[["Creates a new space using an HTTP POST request to the specified URL."],["The request body should contain a `Space` object, and a successful response will return the newly created `Space` object."],["Requires authorization with the `https://www.googleapis.com/auth/meetings.space.created` scope to create spaces."]]],["This document details how to create a space using the Google Meet API. A `POST` request is sent to `https://meet.googleapis.com/v2/spaces`, with the request body containing a `Space` instance. Upon success, the response body returns a newly created `Space` instance. The process requires authorization using the `https://www.googleapis.com/auth/meetings.space.created` OAuth scope, and follows gRPC Transcoding syntax for the URL.\n"]]