Open josephrace opened 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()); }
It would be good to have an option to show the DocsUploadView, configurable via props.
This could be added with something like: