New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

GoogleDrive

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

GoogleDrive

Upload and Download file to Google Drive

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

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

Keywords

google drive

FAQs

Package last updated on 11 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts