Skip to content

Commit

Permalink
trying application/octet-stream, as this is for other types
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammed-abuodeh committed Sep 2, 2024
1 parent 16a1645 commit 1629988
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gapiLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ function showPicker(accessToken, callback) {
.then((rsp) => {
let credentials = rsp.data;
let view = new google.picker.DocsView(google.picker.ViewId.DOCS).setParent('root').setIncludeFolders(true);
// view.setMimeTypes("conllx, conllu");
// view.setMimeTypes("text/plain");
view.setMimeTypes("application/octet-stream");
view.setMode(google.picker.DocsViewMode.LIST);
let picker = new google.picker.PickerBuilder()
.addView(view)
Expand Down

0 comments on commit 1629988

Please sign in to comment.