'403 Client Error trying to fetch Tweets through Twitter API

I have an app attached to a project in my Twitter developer console.

However, when I try to connect to an endpoint and send my bearer token, I receive this error:

Any thoughts? Not really sure how more code can be provided to help. I only send the bearer token to twitter. Thanks!

Exception: (403, '{"client_id":"23339498","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"}')


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source