Clay Schenkel-Therolf

Results 1 comments of Clay Schenkel-Therolf

For the life of me, I can't figure out how to go from v3's upload behavior. e.g. https://graph.microsoft.com/v1.0/drives/{drive-id}/root:/root%3A%2F{file.docx}:/content DriveItem fileDetails = Dependencies.getGraphServiceClient(documentStorageConfig) .drives() .byId(documentStorageConfig.getExternalStorageId()) .root() .itemWithPath(fileUploadUrl) .content() .buildRequest() .put(IOUtils.toByteArray(inputStream)); Where...