Assigned
Status Update
Comments
ba...@google.com <ba...@google.com>
ma...@google.com <ma...@google.com> #2
Thanks for the report. I will route this to the appropriate internal team and update this when I hear back from them.
ma...@google.com <ma...@google.com>
as...@gmail.com <as...@gmail.com> #3
One more detail, Data Layer event calls from the watch to the phone (running Android 13) do work on if the listener is in an Activity or Fragment.
al...@google.com <al...@google.com>
al...@google.com <al...@google.com> #5
Experiencing the same issues, please see my other report for any useful logs:
https://issuetracker.google.com/issues/235673375
Description
Root Cause: There is no direct gcloud command to create short-lived service account keys which cannot be used directly
as GOOGLE_APPLICATION_CREDENTIALS so that google provided sdk treat it as a valid json.
Additional information:
Using the "gcloud auth print-identity-token" command to generate a short-lived token, but this token cannot be used directly as a service account file format for the SDK.
Using Workload Identity Federation (WIF), but WIF primarily works with tokens rather than keys.