2016-02-23 83 views
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。對我有何建議?

回答

0

羣組遷移API只能用於Google Apps帳戶,不適用於googlegroups.com。

Prerequisites

擁有谷歌帳戶,創建管理員。該API適用於Google Apps for Business,教育,政府,經銷商和ISP帳戶。