Is it possible to upload videos to YouTube using the YouTube Data API v3 in PHP in the background? I.e. without user interaction.
I've tried a few examples with OAuth2 and it always redirects me to a login page with a google account. Sometimes you even want to verify your identity via SMS. I read the YouTube Data API documentation perhaps in its entirety. The examples on developers.google.com only work with some redirects.
This is not usable for background video uploading. Is it even possible?
Thanks.