torresflo / PyReal

A little Python API wrapper to retrieve data and photos from the social netwotk BeReal.
GNU General Public License v3.0
3 stars 0 forks source link

Invalid App Credential #4

Open martin3398 opened 11 months ago

martin3398 commented 11 months ago

When trying to get the OTP, I get the following error:

Exception: Error when sending the OTP request. Probably the quota is exceeded, try again.

When further inspecting the response, I get the following:

{'error': {'code': 400, 'message': 'INVALID_APP_CREDENTIAL', 'errors': [{'message': 'INVALID_APP_CREDENTIAL', 'domain': 'global', 'reason': 'invalid'}]}}