manicoder / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

Execution of request failed: https://gdata.youtube.com/action/GetUploadToken #651

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using API to upload video.
2. Under my account retreive token everything works.
3. Under different account even with authorization and token, receive error: 
Execution of request failed: https://gdata.youtube.com/action/GetUploadToken.

Do the additional accounts (employees) have to have a developer key tied to 
their accounts too? This is the only difference. I was hoping they could just 
login, then when accessing the API, we would use their token and my dev key...

Is this possible?

Original issue reported on code.google.com by hosti...@gmail.com on 1 Mar 2013 at 8:45

GoogleCodeExporter commented 8 years ago
I've resolved this. I changed domains and did not authenticate under the new 
domain in production, I assume the token only applies to one domain.

Original comment by hosti...@gmail.com on 6 Mar 2013 at 5:47