sdoomz / react-google-picker

Google Picker for React
MIT License
45 stars 46 forks source link

Add ability to upload #8

Open josephrace opened 7 years ago

josephrace commented 7 years ago

It would be good to have an option to show the DocsUploadView, configurable via props.

This could be added with something like:

if (this.props.upload) {
  picker.addView(new window.google.picker.DocsUploadView());
}