Hi guys,
Last week we migrated to the new Autodesk authentication and on the website, all is working fine but, in our pipeline, we’re using a custom DCC login, and that stopped working.
I updated to the current tk-core version (0.20.3), and we’re using the following lines to create our user:
import sgtk
authenticator = sgtk.authentication.ShotgunAuthenticator()
user = authenticator.get_user()
sgtk.set_authenticated_user(user)
But I got this error:
What is this “personal access token” that this authenticator is expecting?
Now our website log-in is by Autodesk so, how to authenticate using this web information?
Thank you,
Gabriel