Check a background upload
upload_statusCheck the progress of large uploads by supplying the upload ID returned at start, or omit it to list all tracked uploads with running, completed, or failed status.
Instructions
Report progress on an upload started by 'upload_file' that was too large to finish inside one tool call. Give it the id upload_file returned, or omit the id to list every tracked upload. States are running, completed and failed; a file is only in the drive once its upload reports completed. This reads progress held in this server process and makes no API call, so it is safe to poll. (Write access is authorized server-side by the public API's RBAC — a denial means the API key lacks this tool's scope, not a tool failure.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uploadId | No | The id returned by upload_file. Omit to list every upload this server has tracked, newest first. |