Just realised that latest self-hosted appsmith now uses a default cloud hosted endpoint (https://cs.appsmith.com) with a precreated client id for Oauth authorization for google sheet.
We cannot do that as we have strict policy on token management and we cannot leak our token into cloud env.
we need to use the old way of specifying our own client id and secret so the scope of the oauth is in our total control.
meanwhile, does it imply that for the operations such as add/query/remove, we will not be able to utilise the integrated ones and will need to compose the restapi json format manually?