Poschi
Poschi
@baywet Which feedback from me is needed? The current state is waiting for Microsoft.
@baywet No problem. The question is: How do I get the field information for a file when I have the path to the file? There is no way to get...
@baywet I adopted my example code from https://github.com/microsoftgraph/msgraph-sdk-java/issues/2126#issue-2475641063 and added logging of `.toGetRequestInformation().getUri()`. I changed company name in uri. I tested with `doc.txt`, `/doc.txt`, `root:/doc.txt` and `root:/doc.txt:`. SDK version 6.27.0...
@baywet Thanks. The request to `GET https://graph.microsoft.com/v1.0/drives/{drive-id}/items/root:{file-path-starting-with-slash}:/listItem/fields` seems to work but if I still have to do the manual `withUrl()` approach, I'll keep the old url I used for years...