Solved Issue with Google Drive API V3

jvelasquezl1991

New Member
We configured the google's credential service, and configured the Google OAuth2 JWT Credential, but when i try to get a file with the drive library i have recived the next message:

Internal : Unexpected error Error during Web API HTTP Request
HTTP Status Code: 404
HTTP Response Content: {
"error": {
"code": 404,
"message": "File not found: XXX",
"errors": [
{
"message": "File not found: XXX",
"domain": "global",
"reason": "notFound",
"location": "fileId",
"locationType": "parameter"
}
]
}
}

i read about this error, but we have the configuration well.
besides, i tried to another call. and i recived the answer from the API

What's more, we tried the same drive in a uipath application and it downloaded it without problems.
I think there is some configuration missing, but I'm not sure


1683561521097.png
1683561570333.png
1683561554078.png
 
Top