Simple react wrapper for Google Picker API
npm install react-google-picker
<GooglePicker clientId={'your-client-id'}
developerKey={'your-developer-key'}
scope={['https://www.googleapis.com/auth/drive.readonly']}
onChange={data => console.log('on change:', data)}
multiselect={true}
navHidden={true}
authImmediate={false}
viewId={'DOCS'}>
<MyCustomButton />
</GooglePicker>
npm install
npm start
open http://localhost:8080