I have developed a workflow to store my own Youtube Likes in a Google Spreadsheets.
The Google Spreadsheets has the following column names:
Video liked at Videotitel Videobeschreibung Channel ChannelId Channellink VideoId Videolink Thumbnail
If you have any questions about this workflow, please feel free to discuss here in the thread.
1 Like
Neat, thanks for sharing @niefuend!
How would you do if your Google Cloud Platform is controlled by your pro mail and the Youtube channel is controlled by the perso account.
Because I’m on self-host, I can’t add my perso mail as an admin to my space.
I think you have several options:
- you can also generate OAuth data with your perso account and then log in with your account.
- you can store the OAuth data from your Pro account at n8n and then log in with your perso account (not tested)
Are you sure that option 1 will work? And if yes do you know How can I do that?
For option 1, generating OAuth data with your personal account should work as long as you’re following the right steps to connect your accounts. I used this method when linking different services and it went pretty smoothly. If you decide to go the route of storing OAuth data from your Pro account in n8n, it’s a good idea to test it first to make sure it syncs correctly. I also found that using an SMM panel like SMMRapid helped me manage different accounts and keep things running smoothly when dealing with OAuth and logins. It saved me a lot of time! Does this help?