Hello,
Is it possible to access the app storage from Python, always using a specific user?
Let’s say I have a Python background process that takes hours to complete. From time to time, this process needs to access the App Storage to write or get data and maybe update some column values via API. Since there is no need for user interaction, I’m not going to use the regular sessionTokens process to obtain a token to access the Storage.
So, I was trying to understand if it is possible to create a user on Monday that I can use as a “worker.” How can I obtain a “not expiring” token for this user that will allow me to access the App Storage and the API?
Thank you for your help.