Reputation: 1090
Is it possible to get the names and owners of libraries used in a UiApp (using Google Apps Script)?
Edit-1
In the Script Editor you can click the Resources
tab followed by the Libraries...
option.
In the dialog you will see a list of libraries you're using.
I would like to obtain that list (including the versions used by the application) plus their owners by code.
Upvotes: 0
Views: 104
Reputation: 19864
not possible. you would need the script file id from drive and use drive api to find its owner. thats not possible, you only have the script project id which is different.
Upvotes: 1