Sandbox API with Python SDK
Hi!
I'm currently looking to run some tests using the sandbox with Python. I managed to configure the sandbox by creating a new secret under https://api-console.zoho.com/ but investigating a little bit I saw the SDK has an option to use sandbox by configuring a true/false boolean. So I tried using the production key with the sandbox : true option, but I'm getting the following error:
- Environments specified in the API URL and bound with token do not match
If I use the sandbox credentials it works ok and I can use the sandbox, but the "sandbox" boolean gets completely ignored, I'm always on sandbox and I can't get out of there util I switch the zcrm_oauthtokens.pkl to the production one
Is there something I'm doing wrong?
Thanks