I just upgraded my account to the basic tier since my app needs to read tweets. As stated on Projects overview | Docs | Twitter Developer Platform, my Tweet consumption cap should be 50,000 Tweets per month.
I can see on the developer portal that I already used 17k ish (before upgrading the account) and my monthly cap is 10k tweets, not allowing the usage of the recent search api because of that, returning error:
“detail”: “Usage cap exceeded: Monthly product cap” .
Before upgrading the access the error was 403, since I didn’t have access anymore to the search endpoint.
What should I do to get this 50k limit working?