How to generate the "Generated Code" from the zoho console "Self Client" using Node.js?

33 Views Asked by At

How to generate that 'generated code' from that 'self client'? I can easily do it from Zoho console, But how to do it from Node.js? Thanks for your help.

I am trying to generate the "Generated Code" from "Self Client" using Node.js. How can I do that?

Generated code from self client

1

There are 1 best solutions below

0
Shri Hari L On

You cannot use SDKs (in any programming language) for generating the code. SDKs can only be used for generating Access and Refresh tokens.

You can have to generate it by making a request in web browser and sign in into your account.

For generating the code other than Self Client, you can refer this docs: Setup OAuth with Zoho