Below I have uploaded my .py file I'm using: Always returns with response 400 :((
Console Logs:
(venv) PS C:\Users\sreep\venv> python .\TimesheetBuddy.py
Token file not found.
* Serving Flask app 'TimesheetBuddy'
* Debug mode: off
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
Press CTRL+C to quit
127.0.0.1 - - [25/May/2025 20:29:21] "GET /zoho_callback?code=1000.531f84194c72cbb2ff2c49a564bf70b2.d126849989ae3e4cb42ccf1075cff7d1&location=us&accounts-server=
https://accounts.zoho.com HTTP/1.1" 200 -
User Info Response: {"error":{"status_code":"400","instance":"/api/v3/portal/blocktxminc/users","title":"URL_RULE_NOT_CONFIGURED","error_type":"FIELDS_VALIDATION_ERROR","details":[{"message":"Given URL is wrong"}]}}
HTTP error fetching user info: 400 - {"error":{"status_code":"400","instance":"/api/v3/portal/blocktxminc/users","title":"URL_RULE_NOT_CONFIGURED","error_type":"FIELDS_VALIDATION_ERROR","details":[{"message":"Given URL is wrong"}]}}
Warning: Could not fetch user info after login. Using defaults.
Tokens saved successfully.
please help