You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this output from tweepy, which seems to indicate that my access to the API is not enough.
tweepy.error.TweepError: [{'message': 'You currently have Essential access which includes access to Twitter API v2 endpoints only. If you need access to this endpoint, you’ll need to apply for Elevated access via the Developer Portal. You can learn more here: https://developer.twitter.com/en/docs/twitter-api/getting-started/about-twitter-api#v2-access-leve', 'code': 453}]
It's not written anywhere in the documentation that I need the Elevated access.
I think it's best to write that whoever going to use this script, will need to request for the Elevated access, as the basic level is just Essential.
I've applied for the Elevated access but still waiting from Twitter to review for my application...
The text was updated successfully, but these errors were encountered:
I'm getting this output from tweepy, which seems to indicate that my access to the API is not enough.
It's not written anywhere in the documentation that I need the Elevated access.
I think it's best to write that whoever going to use this script, will need to request for the Elevated access, as the basic level is just Essential.
I've applied for the Elevated access but still waiting from Twitter to review for my application...
The text was updated successfully, but these errors were encountered: