Hello,
I am implementing message archiving using the message-store-report API and have successfully used the calls to create and download the zipped archive files. I am now setting up an automated process to do this on a schedule but in testing this I'm getting the response below on the final call to download the zip files. Have I just run the test too many times and been cut off for a bit? Any help would be appreciated, thanks!
/restapi/v1.0/account/~/message-store-report/688574005-688574005-8ad16417af6445f3bac4801a2ca14c3d/archive/0
(Including a header of accept: application/zip)
Response:
{
"statusCode": 406,
"headers": {
"Pragma": "no-cache",
"X-XSS-Protection": "1; mode=block",
"X-Frame-Options": "DENY",
"X-Content-Type-Options": "nosniff",
"X-Rate-Limit-Group": "heavy",
"X-Rate-Limit-Limit": "10",
"X-Rate-Limit-Remaining": "4",
"X-Rate-Limit-Window": "60",
"RoutingKey": "SJC11P01",
"RCRequestId": "0d9c7c8a-72f4-11eb-b299-005056bb4f35",
"Cache-Control": "no-store, must-revalidate, no-cache, max-age=0",
"Date": "Fri, 19 Feb 2021 20:50:08 GMT",
"Content-Length": "0",
"Expires": "0"
}
}