Assigned
Status Update
Comments
bl...@google.com <bl...@google.com> #2
The R8 build does include these files in our jar and they are not used/needed. I'll amend our build to avoid including them and merge it to the release branches.
jp...@google.com <jp...@google.com>
ju...@gmail.com <ju...@gmail.com> #3
Project: r8
Branch: master
commit 80533c96c4561ab997f18ce65dd2c0c6a37a33b5
Author: Ian Zerny <zerny@google.com>
Date: Thu Jan 24 10:32:09 2019
Don't include kotlin module files in distribution.
Bug: 123310328
Change-Id: Ie70d4b15f08ffc0e7b754c558079002bd6a84334
M build.gradle
https://r8-review.googlesource.com/33381
Branch: master
commit 80533c96c4561ab997f18ce65dd2c0c6a37a33b5
Author: Ian Zerny <zerny@google.com>
Date: Thu Jan 24 10:32:09 2019
Don't include kotlin module files in distribution.
Bug: 123310328
Change-Id: Ie70d4b15f08ffc0e7b754c558079002bd6a84334
M build.gradle
Description
Before opening a new issue, please search for other related issues , click the ★ to subscribe to updates, and click
+1
to vote.Description
When authenticated as a user, my app is able to list members and messages in a space, however, user in member or sender is always populated with name and type values as stated in the Google Chat User reference:
if your Chat app authenticates as a user, the output for a User resource only populates the user's name and type.
In other issues, it is suggested to use the People API or Directory API to get the user details with the human user ID. However, this only works if the user if of human type AND (under the same directory/organization as the logged in user OR is a contact of the logged in user).
What if the user is an external user that is not in the authenticated user contacts, say from another organization or is just a personal google account? People API does not return names or emailAddress.
And there is no reference on how to get the name of a bot type user, tried People API but as expected, did not work.
Please include displayName in the response. Or suggest ways to get the displayName that always work, not just in most cases.
Impact
Can only see space member and message sender type and ID, and displayName is not always obtainable from People or Directory API.