Skip to content

creately/google-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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();
    });

Releases

No releases published

Packages

No packages published