Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devyatsu/drive_api_usage
A few node.js utils to use the google drive API
https://github.com/devyatsu/drive_api_usage
Last synced: about 14 hours ago
JSON representation
A few node.js utils to use the google drive API
- Host: GitHub
- URL: https://github.com/devyatsu/drive_api_usage
- Owner: DevYatsu
- License: mit
- Created: 2024-07-17T12:52:08.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-18T15:51:59.000Z (4 months ago)
- Last Synced: 2024-07-18T20:23:06.961Z (4 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# drive_api_usage
This repository contains a few ways to use the google drive API in node.js, there aren't many comments but the functions are intuitive enough to be understood by the average programmer.
The SERVICE_ACCOUNT_KEY_FILE env variable corresponds to the path to the json file generated by google Cloud when adding a key to a Service Account.
To get started you need to create a google service account at this [url](https://console.cloud.google.com/iam-admin/serviceaccounts):
1. Create/Select a project
2. Create a service account
3. Create a json key for the service account
4. Add the path of the json key to SERVICE_ACCOUNT_KEY_FILE local variable## LICENSE
[MIT](./LICENSE)