0
我正嘗試使用Google Groups Migration API向Google Group添加條目。根據文檔,我使用這個網址:通過API向Google Group添加消息
https://www.googleapis.com/upload/groups/v1/groups/[email protected]/archive?uploadType=media
我正在提供正確的身份驗證令牌,我相信(通過HTTP 401錯誤)。現在我得到http 500,內部服務器錯誤。 json 響應顯示「後端錯誤」。我的HTTP頭:
Content-Length: 225
Content-Type: message/rfc822
下面作爲一個平原RFC822類型的消息,我可以使數據:
From: [email protected]
To: [email protected]
Subject: forward test
MIME-Version: 1.0
Date: Mon, 22 Feb 2016 08:03:00 -0800
Content-Type: text/plain; charset="UTF-8"
This is the first line of the message.
相信集團已正確設置 - 它可以接收通過電子郵件來自[email protected],只是不通過API。對我有何建議?