无法将图片上传到Ghost CMS

时间:2020-08-06 09:53:18

标签: python ghost-blog

有人知道要使用python将图片上传到Ghost CMS吗?

url = "https://analisa.ifxid.trade/ghost/api/v3/admin/images/upload/"
headers = {'Authorization': 'Ghost {}'.format(token.decode()),'Content-Type': 'form-data;'}
files = {'file':('ifxb.png', open('ifxb.png', 'rb'))}
r = requests.post(url, headers=headers, files=files)
print(r.text)

结束

{"errors":[{"message":"Please select an image.","context":null,"type":"ValidationError","details":null,"property":null,"help":null,"code":null,"id":"e114da60-d7c9-11ea-972e-97f9c75664c6"}]}

0 个答案:

没有答案