-
Notifications
You must be signed in to change notification settings - Fork 82
Description
From Tadashi Tsuyuki via slack:
Hello,
Recently, we got report of errors uploading a file to the HoloLens2 app's LocalState folder.
Our software uses the Windows Device Portal API to upload files.
When I tried it with the emulator, I got an error with versions 10.0.20348.1007 and 10.0.20346.1002.
10.0.19041.1154 and 10.0.19041.1136 work fine.
Is there a solution? Thanks.
Exception information
RequestUri {http://XXX.XXX.XXX.XXX/api/filesystem/apps/file?knownfolderid=LocalAppData&path=/LocalState&packagefullname=XXXXX_1.0.0.0_x86__pzq3xp76mxafg}
Reason Missing extraction flag from http request
Source WindowsDevicePortalWrapper
StatusCode System.Net.HttpStatusCode.BadRequest
Stack Trace
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Tools.WindowsDevicePortal.DevicePortal.d__47.MoveNext()