Skip to content

drive.files.get in 0.4.1 causes HTML 400 error #73

@afirstenberg

Description

@afirstenberg

Given this code:

  client.drive.files.get({fileId:'root'})
  .withAuthClient(req.user.auth)
  .execute(function(err,rootFile){
    console.log( 'get root', err, rootFile );
  });

The "rootFile" parameter contains HTML content with error code 400 "Bad Request".

Metadata

Metadata

Labels

🚨This issue needs some love.triage meI really want to be triaged.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions