iw-rylee

Results 1 comments of iw-rylee

From debugging I found the issue being related to how the `DriveItem` gets serialized - specifically how the `JsonSerializationWrite` handles binary content. ```php // in DriveItem::serialize ... $write->writeBinaryContent('content', $this->getContent()); ......