[FlagsAttribute]
public enum YoutubeScopes
<FlagsAttribute>
Public Enumeration YoutubeScopes
Dim instance As YoutubeScopes
[FlagsAttribute]
public enum class YoutubeScopes
[<FlagsAttribute>]
type YoutubeScopes
No code example is currently available or this language may not be supported.
Youtube | 2 | Refers to the https://www.googleapis.com/auth/youtube scope. Manage your YouTube account. This scope is functionally identical to the ForceSSL because the YouTube API server is only available via an HTTPS endpoint. As a result, even though this scope does not require an SSL connection, there is actually no other way to make an API request. |
ReadOnly | 4 | Refers to the https://www.googleapis.com/auth/youtube.readonly scope. View your YouTube account. |
ForceSSL | 8 | Refers to the https://www.googleapis.com/auth/youtube.force-ssl scope. Manage your YouTube account. This scope requires communication with the API server to happen over an SSL connection. |
Partner | 16 | Refers to the https://www.googleapis.com/auth/youtubepartner scope. View and manage your assets and associated content on Youtube. |
PartnerChannelAudit | 32 | Refers to the https://www.googleapis.com/auth/youtubepartner-channel-audit scope. View private information of your YouTube channel relevant during the audit process with a YouTube partner. |
Upload | 64 | Refers to the https://www.googleapis.com/auth/youtube.upload scope. Upload YouTube videos and manage your YouTube videos. |