I'm using youtube data api v3, I wanna know if it's possible in some way to upload videos to a brand account with multiple users.
I already know that it's needed to add members as managers to do this, but they need to choose the brand account in the login if they want to upload the video, and for me that's a problem because i'm using firebase auth based on google session and saving name, email and stuff as my app users, but choosing the brand account it will always be "same user" uploading the videos and not the real one.
Best scenario: Be able to get a token to the request from the brand account like using the client_id and client_secret in background without google authentication of the user.
Good scenario: The user is a manager and with his normal account (not the brand he manages) he can upload freely.
Worst scenario: It's impossible to do this.