google-drive-image-upload
v1.0.2
Published
Upload to your google drive account, and get the public access link from the image.
Downloads
8
Maintainers
Readme
Google Drive Image Upload
Simple package for upload image in Google Drive
Simple Vídeo
To own the file credentials.json
go to: https://developers.google.com/drive/api/v3/quickstart/nodejs
How to install ?
$ npm install google-drive-image-upload
How to Use ?
Example using default location of credentials.json
and token.json
Example using custom location of credentials.json
and token.json
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request