alexusmai / laravel-file-manager

File manager for Laravel
MIT License
1.14k stars 292 forks source link

Showing Folder ID instead of Folder name in Google Drive Filesystem #224

Open subhadipghorui opened 3 years ago

subhadipghorui commented 3 years ago

I used google drive as a filesystem with this library. When I upload the file, it preserved the name, But when I create a folder inside the drive it shows Folder ID.

Is there any solution to show the folder ID instead of Folder ID image

alexusmai commented 3 years ago

Hi, The file manager uses flysystem adapters, it's mean that you will need to fix this problem in your adapter or try to find another adapter.

subhadipghorui commented 3 years ago

Any recommendations ?