google-blogger-api

Status parameter not working when using python blogger api

断了今生、忘了曾经 提交于 2021-01-04 06:42:46
问题 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

Status parameter not working when using python blogger api

青春壹個敷衍的年華 提交于 2021-01-04 06:42:22
问题 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