Hi, i'm using a self hosted application to get our google ads data. I have this working. The app is privately hosted and no actual users log into it, it's authorised to connect to the google ads api. This is working but the refresh token seems to be failing to update the access token after a week or two. I believe that this is because the app is External but in testing status.
I need the refresh token to keep working but I'm not sure the best way to do this. I can publish External app and make it production statusbut then it needs to be public facing which is not what I want. There is also the option to make it internal but this is not permitted unless the associated user is part of workspaces and I don't know the implications of this. Could anyone advise of the best way to go?
Thanks