Closed tomsseisums closed 2 months ago
Found my issue:
"To use either API, the embedding application must be able to authenticate into the Looker API with admin privileges."
via https://cloud.google.com/looker/docs/cookieless-embed
Setting the role for the user - that has the API credentials set up - to Admin, fixed my 404 issue.
Having set the
clientId
andclientSecret
in the.env
and enabled theUse cookieless
, I get the following error:Tried the requests in Embedded API Explorer and everything worked as expected, but I noticed that is calling
/api/internal/4.0
.This is for the first attempt to load, not a subsequent request, where
session_reference_token
is null.I'm using Looker (original),
24.14.20
.This is the
demo_user.json
content:I'm out of clues why it's producing 404.