Home > Blockchain >  Getting "access token is empty" with zoho api
Getting "access token is empty" with zoho api

Time:09-28

I'm trying to create some monitors in site24x7 with an script we used to use in my work.... I've created the self client in zoho api and follow the documentation of site24x7 about refresh tokens. enter image description here

I'm almost 100% sure that it is not the script because the only thing I need to Edit is something to create the monitor with the name, etc.

Any idea or some one has seeing something similar before?

PD: the script is in go lenguague.

CodePudding user response:

It looks like the tokens were returned from Zoho successfully. So the issue may be in the main.go script. If the main.go script mainly sets up and calls an http/api call then you might debug by making that call manually with curl.

  • Related