Ramses Sanchez-Hernandez

Results 25 comments of Ramses Sanchez-Hernandez

Hi @nikhil452 , would you mind sharing some information regarding which version of the sdk you are using as well as a sample code snippet. I believe that what @CSJaSveWei...

Hi @ihudedi , I have put together a pr to patch the largeFileUpload, hopefully we cant get this in by next minor version release, 6.3.0, apologies for the hassle and...

https://github.com/microsoft/kiota-java/pull/1088

@ihudedi , we have updated the kiota-java dependencies in [graph-core](https://github.com/microsoftgraph/msgraph-sdk-java-core/releases/tag/v3.1.6). Please expect to see these changes reflected on the next version of the sdk, or manually update your project to...

Hi, I believe I have found the issue that was causing the failure for large file upload. It seems the content-length header was being added, however, the content-length property on...

https://github.com/microsoft/kiota-java/pull/1088

Hi, after testing with 1.0.6 I can confirm that the upload is successful with the following code: ``` java FileInputStream file = new FileInputStream("file-path"); long size = file.available(); AttachmentItem item...

Hi @jonathan-grs , do you have some specific examples as to where you are running into this scenario where a changeNotification is being returned with the organizationId property? As far...

Hi @jonathan-grs, I see what you mean. This documentation seems to be quite confusing as both organization and tenant id property have the example value "{Organization/Tenant id}" which is not...