github googleapis/google-api-nodejs-client 1.0.3

latest releases: storagetransfer-v7.0.0, resourcesettings-v1.0.4, iamcredentials-v4.0.0...
9 years ago
  • Refresh token before the request only when necessary. No longer refreshes if there's an authentication error.
  • Media body and mimeType now specified as:
media: {
  mimeType: 'text/plain', // or whatever mimeType you need
  body: body
}
  • No longer support media: body as a result of the changes above.
  • Added OAuth2.revokeCredentials() to easily revoke and clear the credentials of your OAuth2 client.

Don't miss a new google-api-nodejs-client release

NewReleases is sending notifications on new releases.