You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally in this case we'd use the Google Picker API to show multiple file types (not just images), but at a minimum we should get at least as much as we get by asking for image/*.
The text was updated successfully, but these errors were encountered:
Yes, agree. This needs to be more comprehensive than it is now. One thing I wasn't sure of was what to do with Docs files such as spreadsheets which we don't have our own defined mime type.
Modify the example at 'http://examples.webintents.org/intents/pick/pick.html' to do 'new Intent("http://webintents.org/pick", "") instead of type "image/" and try to use the google clode image picker. You get a completely empty window.
Ideally in this case we'd use the Google Picker API to show multiple file types (not just images), but at a minimum we should get at least as much as we get by asking for image/*.
The text was updated successfully, but these errors were encountered: