Closed smkbarbosa closed 2 years ago
Hello, I implemented a project based on the example to generate a report, and in the last week the function stopped working.
I can get the account id, but the following function is not executed
result = service.accounts().reports().generateCsv()
and also no error is returned in the api. Is there any idea how to work around the situation to at least try to identify the error?
For me, the only possible explanation was a spike in API queries, which probably kept it blocked for 48 hours. Then it started working normally again.
Hello, I implemented a project based on the example to generate a report, and in the last week the function stopped working.
I can get the account id, but the following function is not executed
and also no error is returned in the api. Is there any idea how to work around the situation to at least try to identify the error?