Youtube video upload

Hello makers

I have been trying to create a customer oauth 2.0 HTTP request but I keep getting an error whenever I want to sign in my email account.

Please help

I went ahead to add some scopes in the scope field but its not working

I also have an app created on google cloud console with the required scopes enabled(although its in the test stage and I didn’t publish it)


What was the scope that you added?

2 Likes

i was able to successfully authorize the connection but now I get the error in this output bundle when I run the senecrion

output bundle:

[
{
“statusCode”: 400,
“headers”: [
{
“name”: “x-guploader-uploadid”,
“value”: “ABPtcPrQ6GbS-6LZ45HHdGoAV-bWIRkXyN0bP3OH0XMj6lcy3cBMzES5cff3KG5e3nsZybzS2_0”
},
{
“name”: “vary”,
“value”: “Origin, X-Origin, Referer”
},
{
“name”: “content-type”,
“value”: “application/json; charset=UTF-8”
},
{
“name”: “content-encoding”,
“value”: “gzip”
},
{
“name”: “x-guploader-response-body-transformations”,
“value”: “gzipped”
},
{
“name”: “warning”,
“value”: “214 UploadServer gzipped”
},
{
“name”: “date”,
“value”: “Sat, 20 Apr 2024 01:43:51 GMT”
},
{
“name”: “server”,
“value”: “UploadServer”
},
{
“name”: “cache-control”,
“value”: “private”
},
{
“name”: “alt-svc”,
“value”: “h3=":443"; ma=2592000,h3-29=":443"; ma=2592000”
},
{
“name”: “connection”,
“value”: “close”
},
{
“name”: “transfer-encoding”,
“value”: “chunked”
}
],
“cookieHeaders”: ,
“data”: {
“error”: {
“code”: 400,
“message”: "Media type ‘Json’ is not valid. ",
“errors”: [
{
“message”: "Media type ‘Json’ is not valid. ",
“domain”: “global”,
“reason”: “badRequest”
}
],
“status”: “INVALID_ARGUMENT”
}
},
“fileSize”: 275
}
]

That’s great, could you share how you solved the authorisation issue?

2 Likes