Reputation: 25
this is question related to google apps script and Google Drive.
Is there any way to construct a URL for a file that causes opening that file in desktop application? I'm basically asking whether it is possible to access "Open With" application list programmatically and pick up one from listed applications.
Now, when I get the URL, it causes opening another screen where I need to pickup an application and only then it starts opening. I would like to skip that step and open the file directly in a given desktop application.
Thank you! Petr
Upvotes: 0
Views: 123
Reputation: 38219
"Open Width" requires having Google Drive for Desktop installed, having installed a Chrome extension and using Chrome.
Considering the above, since Google Apps Script server side code hasn't access to user environment it's not possible to
"Open With" application list programmatically and pick up one from listed applications.
Upvotes: 0