Forum Discussion
Unable to Publish an Intunewin/MSI application to Intune of size more then 1GB
While trying to publish an Application with more then/equal to 1GB size to Intune using graph api, I am getting an following error message:
for few packages getting error message like The remote server returned an error: (403) Forbidden.
Request Information
RequestID:3e279010-601e-0003-4b8e-606a11000000
RequestDate:Mon, 27 Mar 2023 09:27:11 GMT
StatusMessage:Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
ErrorCode:AuthenticationFailed
ErrorMessage:Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
RequestId:3e279010-601e-0003-4b8e-606a11000000
Time:2023-03-27T09:27:12.4339506Z
and for few packages
Code: BadRequest
Message: {
"_version": 3,
"Message": "An error has occurred - Operation ID (for customer support): 00000000-0000-0000-0000-000000000000 - Activity ID: 697bf858-93bd-4cf4-9d65-0e401664344f - Url: https://fef.msua09.manage.microsoft.com/AppLifecycle_2303/StatelessAppMetadataFEService/deviceAppManagement/mobileApps('978b9677-9cc4-4dfd-adc1-2241352fdb08')?api-version=2022-12-16",
"CustomApiErrorPhrase": "",
"RetryAfter": null,
"ErrorSourceService": "",
"HttpHeaders": "{}"
}
Inner error:
AdditionalData:
date: 2023-03-23T04:49:22
request-id: 697bf858-93bd-4cf4-9d65-0e401664344f
client-request-id: 697bf858-93bd-4cf4-9d65-0e401664344f
ClientRequestId: 697bf858-93bd-4cf4-9d65-0e401664344f
Note :
I was able to publish application Successfully to intune with less then 1GB size. is there any Environment settings/limitation causing the failure?
Please help me in resolving this issue.
Thanks.
- RJMonk09Copper ContributorAny network constraints?
- Intunewin files can be up to 8Gb in size and uploaded 5.2Gb packages without issue. What browser are you using, I'm using Edge for Intune management
- Any update?