diff --git a/src/GoogleDriveAdapter.php b/src/GoogleDriveAdapter.php index d37c67f..1080610 100644 --- a/src/GoogleDriveAdapter.php +++ b/src/GoogleDriveAdapter.php @@ -1156,7 +1156,7 @@ protected function normaliseObject(DriveFile $object, $dirname) $result['display_path'] = $this->toDisplayPath($result['virtual_path']); } else { $result['virtual_path'] = ($dirname ? ($dirname.'/') : '').$id; - $result['display_path'] = $this->toDisplayPath($result['virtual_path']); + $result['display_path'] = $result['virtual_path']; } if ($type === 'file') {