microsoftgraph / msgraph-sdk-serviceissues

Tracks service issues for follow up.
5 stars 0 forks source link

Outlook file attachment APIs don't support casting #92

Open baywet opened 3 years ago

baywet commented 3 years ago

the file attachment APIs do not support casting even though the collection maps to an abstract. This limitation makes the filtering of the attachments by type more complex than it needs to be. This limitation also prevents the SDK generation from generating fluent API paths that offer download of the attachments directly i.e :

final InputStream result = graphClient.me().messages("id").fileAttachments("id").content().buildRequest().get();
petrhollayms commented 7 months ago

Thank you for reporting this issue. This appears to be an issue or limitation with the service APIs. Unfortunately, as the Microsoft Graph SDK team, we do not have ownership of the APIs that are causing you issues. We invite you to create a question about the service API to Microsoft Q&A and tagged with one of the [microsoft-graph-*] tags, that way it will get routed to the appropriate team for them to triage:

https://aka.ms/msgraphsupport or directly https://aka.ms/askgraph

For now, we will close the issue on our side but feel free to open it in the relevant repository if you think the issue is specific to SDK. Please let us know if this helps!

Note: We will close this repository on April 19, 2024.