0.1.1 • Published 10 years ago

GoogleDrive v0.1.1

Weekly downloads
13
License
Apache 2.0
Repository
github
Last release
10 years ago

**Cordova : Google Drive**

By using this plugin you can upload or download file from Google Drive

Install this plugin using:

cordova plugin add cordova-plugin-googledrive

Remove Plugins :

cordova plugin remove cordova-plugin-googledrive

Put the below code in your javascript code to run plugin:


googleDrive.uploadFile( function(success) { alert("All file has been successfully uploaded"); }, function(error) { alert("Something went wrong. Please try again..."); }, filePath);

filePath : Full File path


googleDrive.downloadFile( function(success) { alert(success); }, function(error) { alert(error); }, "");

GitHub URL: https://github.com/jaypratapsingh/GoogleDrive

npm url : https://www.npmjs.com/package/GoogleDrive

0.1.1

10 years ago

0.1.0

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago