Name of API affected:
YouTube Data API 2.1
Issue summary:
I am running into issues with youtube accounts that are unlinked.
First I successfully create a channel for an account through the youtube gdata api.
Then when I try to create a playlist for the same account, it fails with an error 403, youtube_signup_required. If I wait for hours to a day, then eventually it works.
Is there a considerable delay between when an account is linked and when I can use it?
I can go directly to youtube and create a playlist there with no problem.
I can even manipulate that playlist(add videos etc...) with the api immediately after, just not create new playlists.
Steps to reproduce issue:
- link an account by creating a channel for it through the gdata api
- try to create a playlist for that same account through the gdata api
Expected output:
successfully create a new playlist for a recently linked account
Actual results:
a 403 youtube_signup_required error