Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Use Markdown for this comment
Set severity, which reflects how much the issue affects the use of the product
Assign issue to yourself
Pending code changes (auto-populated)
[ID: 81026]
[ID: 81025]
Set the version(s) of the product affected by this issue (comma-separated list)
Set the version(s) of the product in which the issue should be fixed (comma-separated list)
Set the version(s) of the product in which the issue fix was verified (comma-separated list)
Set if this issue occurs in production
Set Reporter
Set Type
Set priority, which reflects how soon the issue should be fixed
Set Status
Set Assignee
Set Verifier
Remove item
View or edit staffing
View issue level access limits(Press Alt + Right arrow for more information)
Description
Please fill out the following:
YouTube API
v3 should support programmatically inviting users (via email) to private videos. This feature is already available in the YouTube UI. But it will be more beneficial forYouTube API
users to have this feature made possible through the API. Currently, attempting to perform this operation through the API of thevideos.update
module responds with errors, which forces developers to do manual sharing, which creates workflow inefficiencies.Current Limitations:
videos.update
like below returns an unknown parameter error.VIDEO_ID
and add the email address to the Private Sharing email lists.Is it 100% reproducible? Yes, it is reproducible. Perform the YouTube video update via the
videos.update
and pass therecipient
parameter along with the email address/es list/s.Reproducible API explorer linkhttps://developers.google.com/youtube/v3/docs/videos/update?apix_params=%7B%22part%22%3A%5B%22status%2C%20recipients%22%5D%2C%22resource%22%3A%7B%22id%22%3A%22CgJUoQ7M0P4%22%2C%22status%22%3A%7B%22privateStatus%22%3A%22private%22%7D%2C%22recipients%22%3A%5B%22maymail%40gmail.com%22%5D%7D%7D
Extras
The feature will be beneficial because it will
This feature would be very useful in some cases like