diff --git a/src/GoogleDriveAdapter.php b/src/GoogleDriveAdapter.php index 3d8fd13..0d4e3bc 100644 --- a/src/GoogleDriveAdapter.php +++ b/src/GoogleDriveAdapter.php @@ -1162,7 +1162,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') {