0.1.1 • Published 7 years ago

GoogleDrive v0.1.1

Weekly downloads
13
License
Apache 2.0
Repository
github
Last release
7 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

7 years ago

0.1.0

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago