1.0.5 • Published 4 years ago

google-drive-upload v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Google Drive Upload

GitHub license Package Control total downloads npm Website shields.io PRs Welcome

Easily build applications allowing users to upload text to Google Drive as Docs files.

Demo

Installation

npm i google-drive-upload

Example

import GoogleDriveUpload from 'google-drive-upload';

GoogleDriveUpload.init({
    apiKey: 'your-api-key',
    clientId: 'your-client-id',
});

GoogleDriveUpload.upload({
    title: 'Document title',
    text: 'Message you want to save on your Google Drive',
})
.then(() => alert("Note successfully uploaded!"));

The user will be asked for permission to access their Google Drive during the first upload.

In case of any questions don't hesitate to contact me. Visit my Github account where you will find my email address and Twitter.

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

6 years ago