AppScript — get user profile picture without using Admin APIs
Appscript is a powerful platform that you can use in your Organization or with your public account to create custom applications or enhance existing google apps (sheet, doc…).
Chances are that you may need to display user’s picture profiles in your applications.
You’d say that this can be simply done by using the users.photos.get method API.
However, this API is part of the Directory API, which is part of Google Workspace Admin area. And chances are that your Organization has…