Model UploadsModel Uploads📄️Get Upload StatusPolls the status of an upload session — used by the client to track progress after registering and transferring a file.📄️Create a resumable uploadCreates a new resumable upload session — step 2 of the resumable upload flow.📄️Get current upload offsetReports how many bytes service has already stored so the client can resume an interrupted transfer.📄️Upload a file chunkAppends a chunk of file data to the upload — step 3 of the resumable upload flow, the actual byte-transfer step.📄️Terminate an uploadCancel and remove an in-progress upload.