Has anyone successfully accessed ESP-Google-Sheets using Forth? I was successful gaining access using C++ coding, but now I want to do the exact same using Forth, ESP32Forth. It is my preferred coding option for IoT and data collection. So far I have simply mimicked the C++ code but keep getting this error:
ESP Google Sheet Client v1.4.3
Begin the access token generation for Google API authentication
Token info: type = OAuth2.0 access token, status = on initializing
Token info: type = OAuth2.0 access token, status = on signing
Token info: type = OAuth2.0 access token, status = error
Token error: code: -107, message:
ERROR
Thoughts?