You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Throws "Content type application/octet-stream does not have a factory registered to be parsed"
Expected behavior
Using "Microsoft.Graph" Version="5.53.0" and the sample from here
I expect to get a a 302 Found response with Location.
But instead I get this error
How to reproduce
Get a GraphServiceClient
Get a site ID
Get a Drive from the SharePoint Library
Get the file DriveItem to convert to PDF
Use the code sample.
SDK Version
5.53.0
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```
[2024-05-18T15:41:07.620Z] Host lock lease acquired by instance ID '00000000000000000000000006CA2F1E'.
[2024-05-18T15:41:12.458Z] Executing 'Functions.PDFaFile' (Reason='This function was programmatically called via the host APIs.', Id=3deb339d-1118-4c8a-9d04-d9290819ed42)
[2024-05-18T15:41:12.787Z] Starting Job: T002.128-2
[2024-05-18T15:41:31.879Z] Content type application/octet-stream does not have a factory registered to be parsed
</details>
### Configuration
Windows Visual Studio 2022
### Other information
_No response_
The text was updated successfully, but these errors were encountered:
Describe the bug
Throws "Content type application/octet-stream does not have a factory registered to be parsed"
Expected behavior
Using "Microsoft.Graph" Version="5.53.0" and the sample from here
I expect to get a a 302 Found response with Location.
But instead I get this error
How to reproduce
Get a GraphServiceClient
Get a site ID
Get a Drive from the SharePoint Library
Get the file DriveItem to convert to PDF
Use the code sample.
SDK Version
5.53.0
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```[2024-05-18T15:41:07.620Z] Host lock lease acquired by instance ID '00000000000000000000000006CA2F1E'.
[2024-05-18T15:41:12.458Z] Executing 'Functions.PDFaFile' (Reason='This function was programmatically called via the host APIs.', Id=3deb339d-1118-4c8a-9d04-d9290819ed42)
[2024-05-18T15:41:12.787Z] Starting Job: T002.128-2
[2024-05-18T15:41:31.879Z] Content type application/octet-stream does not have a factory registered to be parsed
The text was updated successfully, but these errors were encountered: