Skip to main content
Participating Frequently
January 3, 2024
Question

Publish to Youtube Errors

  • January 3, 2024
  • 1 reply
  • 1400 views

"error": {
"code": 401,
"message": "Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.",
"errors": [
{
"message": "Invalid Credentials",
"domain": "global",
"reason": "authError",
"location": "Authorization",
"locationType": "header"
}
],
"status": "UNAUTHENTICATED"
}
}

Help me

Although I tried searching for related topics, I couldn't find a solution that completely solved this problem
When I render and publish to YouTube: Small files work successfully, but high-capacity files show the same error.

1 reply

EckiAME
Community Manager
Community Manager
January 8, 2024

So it seems, that publish works correctly for small files, but uploading big files/high-capacity is an issue. So we need more information about the upload file: Type, size, length etc. Also about the internet connection. YouTube could have some timeout for the refresh token during upload. Possibly the upload takes longer then 1 hour or some internal timeout about some seconds for each upload block.

Also, did you check this resource: https://helpx.adobe.com/x-productkb/multi/publish_tokens.html.

L2TAuthor
Participating Frequently
January 11, 2024

I just followed the instructions in the link. Hope it works well next time
The average file after rendering is about 55GB and my upload speed to YouTube is about 150Mbps.

Thank you so much.

EckiAME
Community Manager
Community Manager
January 11, 2024

Please let me know your outcomes.