通过Appengine Admin API更新证书时,我一直收到未知错误。我已移至API资源管理器(https://developers.google.com/apis-explorer/)以排除任何其他错误。
我用相关数据填充所有字段(appsId,authorizedCertificatesId,updateMask和补丁正文)。
结果是200接受,但会弹出一个未知错误javascript对话框作为响应。此外,新证书没有得到利用。
实际回复
200 OK - 隐藏标题 - 缓存控制:私有内容类型:application / json; charset = UTF-8 date:星期四,2017年7月20日10:24:42 GMT服务器:ESF transfer-encoding:chunked vary:Origin,X-Origin,Referer {" name":" apps / xxx-162220 / authorizedCertificates / 34643"," id":" 34643"," displayName":" Try3",&# 34; domainNames":[" xxx.de"," www.xxx.de" ]," expireTime":" 2017-11-18T09:22:00Z"," certificateRawData":{" publicCertificate":&#34 ; -----开始证书----- \ nMIIFDTCCAxxx \ n -----结束证书----- \ n -----开始证书----- \ nMIIEkjCCAxxx \ n --- --END证书----- \ n" }}
这是一个错误,因为它处于测试阶段或是否有人能够成功完成此操作? api是appengine.apps.authorizedCertificates.patch