Hello! I am a developer and am trying to translate my application to API v2, but there are a number of problems:
1. I cannot update the token, send a request of the form
- https://www.zohoapis.eu/oauth/v2/token?refresh_token=1000.ce9b514a537b624cb6801c851e9c04db.c7ec7f126a6fc49d60e76ca66003e05a&client_id={myClientId}&client_secret={mySecret}&grant_type=refresh_token
, but the server simply does not respond.
2. Refresh token comes to me only once when a user adds my application. I can’t get this token anymore, just make a method to get it or just send it every time with access token.
Thank you, hope you can reply as soon as possible.