0

I am working on integrating mip sdk version 1.6 as per latest release document on Android. I am able to get access token but when provided to initialize policy engine, it throws below error.

Failed API call: profile_add_engine_async Failed with: [NetworkError: 'Policy sync failed, NetworkError.Category=Throttled, HttpRequest.SanitizedUrl=https://dataservice.protection.outlook.com/PsorWebService/v1/ClientSyncFile/MipPolicies, HttpRequest.Id={EC1D0F76-3A38-4F8A-AAC6-TB9059W1B9AM}, HttpResponse.StatusCode=503, CorrelationId=a9381643-2n1r-4q66-933j-77848ca3e15a, CorrelationId.Description=PolicyProfile']

Appreciate any help.

  • Why are you supporting all the way back to 1.6? Theres no telling how many errors you will run into supporting such an old version – Jaime May 31 '20 at 10:35
  • @Jaime this is the latest version available as per official document here https://learn.microsoft.com/en-us/information-protection/develop/version-release-history#version-16103 – Ashish Kshirsagar May 31 '20 at 18:28
  • Ah i misread, thought it was the Android SDK – Jaime May 31 '20 at 18:45

2 Answers2

0

Try again and it should work :) The network error indicated you were throttled for some reason. It should be only temporary.

Tom Moser
  • 748
  • 3
  • 5
  • Hi @Tom , thank you for checking. It turned out a different issue as mentioned in [above post ](https://stackoverflow.com/a/62142005/5169895) . Error code looks like a default one. – Ashish Kshirsagar Jun 01 '20 at 22:33
0

It started working after migrating AIP labels to unified labels as mentioned in this link. The returned error code does not provide any information about failure of this type.

I am still trying to understand how the step is mandatory. As per the description in link, AIP should be supported till 03/31/2021 .