Is there any way to have authenticated Google Endpoints in an android app using GoogleApiClient without being forced to have GET_ACCOUNTS permission?
Android 23+ with new runtime permissions will then ask the user for the undesirable READ_CONTACTS permission. It seems strange that all android apps with Google Endpoints would now require READ_CONTACTS permission.
The closest StackOverflow question I can find is this, but it claims that it may only work for a very limited time. This Google post provides some guidance using tokens, but not for Endpoints.