Media upload which uses Google's resumable media upload protocol to upload data.
The version with two types contains both a request object and a response object.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThis page details the Google.Apis.Upload namespace, focusing on media upload functionality for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API is 1.69.0, with several older versions available for review.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace includes classes for handling resumable media uploads, such as \u003ccode\u003eResumableUpload\u003c/code\u003e, \u003ccode\u003eResumableUploadOptions\u003c/code\u003e, and \u003ccode\u003eResumableUpload<TRequest>\u003c/code\u003e, with support for both request and response objects, and generics.\u003c/p\u003e\n"],["\u003cp\u003eInterfaces like \u003ccode\u003eIUploadProgress\u003c/code\u003e and \u003ccode\u003eIUploadSessionData\u003c/code\u003e provide mechanisms for reporting upload progress and managing upload sessions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUploadStatus\u003c/code\u003e enum is used to report the current status of the upload process.\u003c/p\u003e\n"]]],[],null,["# Namespace Google.Apis.Upload (1.69.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.69.0 (latest)](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Upload)\n- [1.68.0](/dotnet/docs/reference/Google.Apis/1.68.0/Google.Apis.Upload)\n- [1.60.0](/dotnet/docs/reference/Google.Apis/1.60.0/Google.Apis.Upload)\n- [1.59.0](/dotnet/docs/reference/Google.Apis/1.59.0/Google.Apis.Upload)\n- [1.55.0](/dotnet/docs/reference/Google.Apis/1.55.0/Google.Apis.Upload)\n- [1.50.0](/dotnet/docs/reference/Google.Apis/1.50.0/Google.Apis.Upload) \n\nClasses\n-------\n\n### [ResumableUpload](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Upload.ResumableUpload)\n\nMedia upload which uses Google's resumable media upload protocol to upload data.\n\n### [ResumableUploadOptions](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Upload.ResumableUploadOptions)\n\nOptions for [ResumableUpload](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Upload.ResumableUpload) operations.\n\n### [ResumableUpload\\\u003cTRequest\\\u003e](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Upload.ResumableUpload-1)\n\nMedia upload which uses Google's resumable media upload protocol to upload data.\n\n### [ResumableUpload\\\u003cTRequest, TResponse\\\u003e](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Upload.ResumableUpload-2)\n\nMedia upload which uses Google's resumable media upload protocol to upload data.\nThe version with two types contains both a request object and a response object.\n\n### [UploadProgress](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Upload.UploadProgress)\n\nExtension methods for [IUploadProgress](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Upload.IUploadProgress).\n\nInterfaces\n----------\n\n### [IUploadProgress](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Upload.IUploadProgress)\n\nInterface reporting upload progress.\n\n### [IUploadSessionData](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Upload.IUploadSessionData)\n\nInterface IUploadSessionData: Provides UploadUri for client to persist. Allows resuming an upload after a program restart for seekable ContentStreams.\n\nEnums\n-----\n\n### [UploadStatus](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Upload.UploadStatus)\n\nEnum to communicate the status of an upload for progress reporting."]]