DEV Community

Dev Power
Dev Power

Posted on

Migrate YouTube Subscriptions into Another Account with C#

If you have multiple YouTube accounts and looking for a way to import your subscriptions into another account, you can implement it yourself by following this tutorial:

The key takeaways:

  • Don't forget to revoke your token before switching to the destination account
  • I'd rather use service accounts to avoid all the manual approvals but they don't seem to work with YouTube
  • Nothing beats solving a problem with your own code 💪

Top comments (0)