azai91 / alfred-drive-workflow

Alfred workflow to search google drive
MIT License
224 stars 23 forks source link

Broken on OSx 10.13.1 (17B48) #46

Closed nerdgirl closed 6 years ago

nerdgirl commented 7 years ago

Workflow opens a new blank browser window when trying to open a file. Only happening since update of OSx.

sorbits commented 6 years ago

The workflow uses the open shell command with a URL, to open the document in your default browser.

So the most likely explanation is to be found with your browser, as if we did not give a valid https URL to the open command, no browser window should open at all.

What browser is opening? What is shown in the location field of the browser? Is your browser logged into your Google Drive (i.e. has the proper authentication cookie)?

sorbits commented 6 years ago

Closing due to lack of response from OP.