google_api_you_tube v0.0.1 GoogleApi.YouTube.V3.Api.Thumbnails View Source
API calls for all endpoints tagged Thumbnails.
Link to this section Summary
Functions
Uploads a custom video thumbnail to YouTube and sets it for a video
Uploads a custom video thumbnail to YouTube and sets it for a video
Uploads a custom video thumbnail to YouTube and sets it for a video
Link to this section Functions
youtube_thumbnails_set(Tesla.Env.client(), String.t(), keyword()) :: {:ok, GoogleApi.YouTube.V3.Model.ThumbnailSetResponse.t()} | {:error, Tesla.Env.t()}
Uploads a custom video thumbnail to YouTube and sets it for a video.
Parameters
- connection (GoogleApi.YouTube.V3.Connection): Connection to server
- video_id (String.t): The videoId parameter specifies a YouTube video ID for which the custom video thumbnail is being provided.
opts (KeywordList): [optional] Optional parameters
- :alt (String.t): Data format for the response.
- :fields (String.t): Selector specifying which fields to include in a partial response.
- :key (String.t): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
- :oauth_token (String.t): OAuth 2.0 token for the current user.
- :prettyPrint (boolean()): Returns response with indentations and line breaks.
- :quotaUser (String.t): Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.
- :userIp (String.t): IP address of the site where the request originates. Use this if you want to enforce per-user limits.
- :onBehalfOfContentOwner (String.t): Note: This parameter is intended exclusively for YouTube content partners. The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The actual CMS account that the user authenticates with must be linked to the specified YouTube content owner.
Returns
{:ok, %GoogleApi.YouTube.V3.Model.ThumbnailSetResponse{}} on success {:error, info} on failure
youtube_thumbnails_set_resumable(Tesla.Env.client(), String.t(), String.t(), keyword()) :: {:ok, nil} | {:error, Tesla.Env.t()}
Uploads a custom video thumbnail to YouTube and sets it for a video.
Parameters
- connection (GoogleApi.YouTube.V3.Connection): Connection to server
- video_id (String.t): The videoId parameter specifies a YouTube video ID for which the custom video thumbnail is being provided.
- upload_type (String.t): Upload type. Must be "resumable".
opts (KeywordList): [optional] Optional parameters
- :alt (String.t): Data format for the response.
- :fields (String.t): Selector specifying which fields to include in a partial response.
- :key (String.t): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
- :oauth_token (String.t): OAuth 2.0 token for the current user.
- :prettyPrint (boolean()): Returns response with indentations and line breaks.
- :quotaUser (String.t): Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.
- :userIp (String.t): IP address of the site where the request originates. Use this if you want to enforce per-user limits.
- :onBehalfOfContentOwner (String.t): Note: This parameter is intended exclusively for YouTube content partners. The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The actual CMS account that the user authenticates with must be linked to the specified YouTube content owner.
Returns
{:ok, %{}} on success {:error, info} on failure
youtube_thumbnails_set_simple(Tesla.Env.client(), String.t(), String.t(), String.t(), keyword()) :: {:ok, GoogleApi.YouTube.V3.Model.ThumbnailSetResponse.t()} | {:error, Tesla.Env.t()}
Uploads a custom video thumbnail to YouTube and sets it for a video.
Parameters
- connection (GoogleApi.YouTube.V3.Connection): Connection to server
- video_id (String.t): The videoId parameter specifies a YouTube video ID for which the custom video thumbnail is being provided.
- upload_type (String.t): Upload type. Must be "multipart".
- data (String.t): The file to upload.
opts (KeywordList): [optional] Optional parameters
- :alt (String.t): Data format for the response.
- :fields (String.t): Selector specifying which fields to include in a partial response.
- :key (String.t): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
- :oauth_token (String.t): OAuth 2.0 token for the current user.
- :prettyPrint (boolean()): Returns response with indentations and line breaks.
- :quotaUser (String.t): Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.
- :userIp (String.t): IP address of the site where the request originates. Use this if you want to enforce per-user limits.
- :onBehalfOfContentOwner (String.t): Note: This parameter is intended exclusively for YouTube content partners. The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The actual CMS account that the user authenticates with must be linked to the specified YouTube content owner.
Returns
{:ok, %GoogleApi.YouTube.V3.Model.ThumbnailSetResponse{}} on success {:error, info} on failure