Status parameter not working when using python blogger api
问题 I'm trying to use google-api-python-client 1.12.5 with Service account auth under Python 3.8. It seems to me that the when specifying the status parameter, Google responds with a 404 HTTP code. I can't figure out why. I also looked in the docs but I can't relate anything to this error. I have pasted my code. The error is happening in the third call. This is the code: from google.oauth2 import service_account from googleapiclient.discovery import build SCOPES = ['https://www.googleapis.com