I'm getting an OAUTH_TOKEN_INVALID about halfway into a job that posts to
https://adwords.google.com/api/adwords/rm/v201809/AdwordsUserListService
I'm posting 10k users at a time, and get the error around the 500th call. It always fails somewhere in the middle of the job, so at first I thought it was an issue with the refresh token, but resetting it didn't help.
Example message with requestID: {'operations': '1', 'serviceName': 'AdwordsUserListService', 'methodName': 'mutateMembers', 'requestId': '00058ca60fab53790a81cf04aa0fd5bd', 'responseTime': '81', 'faultMessage': "[AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'<null>']"}"
I'm using the Google Ads Python SDK
Has anyone else run into this?