According to the Google Drive API v3 the files.get resource should return a full metadata of the file e.g: https://developers.google.com/drive/v3/reference/files
However, I'm getting a simple response of limited file data:
{
"kind": "drive#file",
"id": "string",
"name": "string",
"mimeType": "application/pdf"
}
If the response is like this, I'll need to use the V2 of this API.