How do I get a Google Drive App's Open URL? -
i hoping programatically open drive file particular app using google drive apis.
the aim mimic gui drive method of launching app using "open with" context menu selected file.
while can list of available apps using apps list method, app resource doesn't detail open url far can work out.
does know if possible obtain open url using apis?
i believe if have scope set drive.apps.readonly should able use file method getopenwithlinks discover urls. testing now, getopenwithlinks method isn't available on file class. wonder if has been deprecated? can't find evidence of being so.
revision: getopenwithlinks methods available again in revision 75 of v2 drive api.
Comments
Post a Comment