Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
afirstenberg opened this issue Aug 5, 2013 · 1 comment
Closed

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

afirstenberg opened this issue Aug 5, 2013 · 1 comment
Assignees
Labels
🚨 This issue needs some love. triage me I really want to be triaged.

Comments

@afirstenberg
Copy link

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".

@rakyll
Copy link
Contributor

rakyll commented Aug 5, 2013

#74 will fix the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚨 This issue needs some love. triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

4 participants