🚀 DAY 1 OF LAUNCH WEEK: Reachability for Ruby Now in Beta.Learn more →
Socket
Book a DemoInstallSign in
Socket

@creately/google-picker

Package Overview
Dependencies
Maintainers
9
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@creately/google-picker

Simple google picker package.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
9
Created
Source

Google picker

https://developers.google.com/picker/docs/index

import * as GP from '@creately/google-picker';

    const googlePicker = GP({
        clientId: '',
        developerKey: '',
        appId: '',
        onpick: data => {
            console.log( 'selected files data', data );
        },
    });

    googlePicker.then( picker => {
        // Show picker
        picker();
    });

Keywords

google

FAQs

Package last updated on 19 Mar 2021

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