Secret should not be supplied
Error code
1008
Error message
Secret should not be suppliedCause
This is a safety check to ensure that the secret parameter has not been included when making requests from your web browser. You should never include the secret on any web page.Resolution
The secret should be used for server-to-server API calls only.Check that you are not sending the
Referer
or Origin
headers when making direct API calls.