Bikram singh

Results 3 comments of Bikram singh

Hi Vivek, I am using below mentioned process to upload Fie and it is working fine. DriveľtemRequestBuilder driveItemRequestBuilder =_appClient.sites(sharePointSiteId) drives(sharePointDriveId).root().itemWithPath(destFolderName +"/" + fileName); Path srcFilePath = Paths.get(srcFolderName + "\\" +...

Dear @papicino , I am also performing similar action and and facing same issue with Drive item, It is getting null during second call in the same session either we...

I have also faced same issue while marked as read to mail using patch() , sometime it is working sometime it is not working... Not sure if any fix is...