Hello,
I am new to using APIs , I used the python code from github to access the “full archive” for a user, I used my bearer token for other files from Github, it works fine, but for this full archive access using bearer token it keeps showing the following error. I have also tried to regenerate the BEARER_TOKEN, yet it shows the same error.I have a standard account.

Exception: (403, '{"client_id":"21405155","detail":"When authenticating requests to the Twitter API v2 endpoints, you must use keys and tokens from a Twitter developer App that is attached to a Project. You can create a project via the developer portal.","registration_url":"https://developer.twitter.com/en/docs/projects/overview","title":"Client Forbidden","required_enrollment":"Standard Basic","reason":"client-not-enrolled","type":"https://api.twitter.com/2/problems/client-forbidden"}')

The twitter app you’re using must be added to the “Standard” project on https://developer.twitter.com/en/portal/projects-and-apps for the bearer token to work for v2 calls.

Standard does not have access to full archive, this is a separate endpoint and a separate Academic project that gets created for you when you apply for academic access.