Hi there,
I’m trying to create a document (for example: lead or customer) but using my own rest api
I cannot access post method without account so I need an authtentication token to create such document
I followed this link to generate a token: Token based authtentication
but none of the Generating api key and api secret methods are working
So, is there any new modifications on the frappe token api, or where can I find it
I tried using execute method but with no success and the RPC is giving me authentication error even while signing in as an admin or even normal user with full permissions!!
and I can’t seem to find the Web method button: User → Api Access → Generate Keys
What am I missing here ?
and if this is no longer available, what are the alternatives?