Hi, I have a VBA that uses the API to create shared links (another process generates these files) , by now I´m using the token that the AppConsole generates and everything it´s ok.
I only need to make this to files from one account ( my account)
The token that I generate has limited time.
My question is: How can I get access the API whitout implement the OAuth2 flow?
This because it will be impossible that the user gets a token from the AppConsole everytime that he use my VBA app.
Thanks in advance