Has anyone had any success using the Google Indexi...
# cfml-general
d
Has anyone had any success using the Google Indexing API? I am trying to use this https://github.com/coldfumonkeh/googleindex and I got it working on my local commandbox install. When I deploy the code to my EC2 instance (running Lucee on Ubuntu) I can’t even generate an access token. I am seeing the following error when I just call the getAccessToken() method:
Copy code
error: invalid_grant
error_description: Invalid JWT: Token must be a short-lived token (60 minutes) and in a reasonable timeframe. Check your iat and exp values in the JWT claim.
I have checked the time on the server and it is set correctly in UTC.
z
ping @monkeh.me
👍 1