Copy link to clipboard
Copied
"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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Please let me know your outcomes.
Copy link to clipboard
Copied
01/12/2024 11:55:40 AM : YouTube - {
"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"
}
}
I just tried again but it's still the same
I don't know if there is any policy on Youtube to make mistakes
Copy link to clipboard
Copied
How long does it take until you get this message? There might be server-side timeouts involved.
In addition, did you conform to these rules: https://support.google.com/youtube/answer/71673?
Copy link to clipboard
Copied
Thank you for responding
After looking at the terms, the only thing I wonder about is the browser used to upload videos
The terms say to use the latest browser, but I render and upload using Media Encoder which is always up to date
But it still doesn't work, I tried smaller files and it worked. So maybe the problem lies in Adobe software
Copy link to clipboard
Copied
I'm still waiting for your reply
Copy link to clipboard
Copied
Sorry for dropping the ball here. Pinging our friends over at Premiere Pro…
Copy link to clipboard
Copied
Just out of curiosity: did you manage uploading such a large file using the web site or other apps?
Copy link to clipboard
Copied
I just learned we have a bug that the current maximum file size is 28 GB. I'll keep you posted.
Copy link to clipboard
Copied
I've been using this feature in Adobe Media Encoder but when I heard you say 28GB was my maximum I understood the problem.
Is there any way to increase this maximum capacity?
Copy link to clipboard
Copied
This is clearly a bug. We'll keep you posted. Sorry for the inconveniences.
Copy link to clipboard
Copied
Thank you very much for responding and providing the necessary information
Copy link to clipboard
Copied
Any update for this issue?