marshmallow-packages / zoho-desk

Laravel Zoho Desk connector
MIT License
0 stars 0 forks source link

invalid client #20

Closed panneertealorca closed 2 years ago

panneertealorca commented 3 years ago

I have followed the steps. but i got this issue always zoho-desk-png-740×494-

stefvanesch commented 3 years ago

@panneertealorca did you change the config/zoho.php? You should enter your credentials there, or even better, set the ZOHO_CLIENT_ID and ZOHO_CLIENT_SECRET env variables. We just had the same issue and we forgot to do this so maybe this is your issue as well?

fecosta90 commented 3 years ago

@panneertealorca , maybe your zoho account running on US server, so you need to publish config file as @stefvanesch said and change .ENV file. Setting this:

ZOHO_AUTH_HOST=https://accounts.zoho.com/oauth/v2 ZOHO_DESK_HOST=https://desk.zoho.com/api/v1