@googleapis/drive
Advanced tools
Comparing version 0.3.0 to 0.3.1
# Changelog | ||
### [0.3.1](https://www.github.com/googleapis/google-api-nodejs-client/compare/drive-v0.3.0...drive-v0.3.1) (2021-04-23) | ||
### Bug Fixes | ||
* **drive:** update the API ([e18c6f2](https://www.github.com/googleapis/google-api-nodejs-client/commit/e18c6f2f18dd106fbb8b65bce2f6cc3aea79303a)) | ||
## [0.3.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/drive-v0.2.0...drive-v0.3.0) (2021-03-18) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@googleapis/drive", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "drive", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -10,3 +10,3 @@ <img src="https://avatars0.githubusercontent.com/u/1342004?v=3&s=96" alt="Google Inc. logo" title="Google" align="right" height="96" width="96"/> | ||
```sh | ||
$ npm install googleapis | ||
$ npm install @googleapis/drive | ||
``` | ||
@@ -16,23 +16,4 @@ | ||
All documentation and usage information can be found on [GitHub](https://github.com/googleapis/google-api-nodejs-client). | ||
Information on classes can be found in [Googleapis Documentation](https://googleapis.dev/nodejs/googleapis/latest/drive/classes/Drive.html). | ||
## Building a browser bundle | ||
This library can be used in a browser. To prepare a single file bundle, clone the | ||
[repository](https://github.com/googleapis/google-api-nodejs-client) and run | ||
```sh | ||
$ cd src/apis/drive | ||
$ npm install | ||
$ npm run webpack | ||
``` | ||
The generated bundle will be written to `dist/drive.min.js`. Use it from your HTML file: | ||
```html | ||
<script src="/path/to/drive.min.js"></script> | ||
<script> | ||
const { drive, auth } = Drive; | ||
</script> | ||
``` | ||
## License | ||
@@ -39,0 +20,0 @@ This library is licensed under Apache 2.0. Full license text is available in [LICENSE](https://github.com/googleapis/google-api-nodejs-client/blob/master/LICENSE). |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1858609
29