Open chirukinbb opened 3 years ago
Hi, i uploaded images to google drive by this method https://awesomeopensource.com/project/ivanvermeyen/laravel-google-drive-demo to get it image on ppage i must get url to it but GD find files by id code $avatarPath = $request->file('avatar')->store(null,'google'); returned name of uploading file
$avatarPath = $request->file('avatar')->store(null,'google');
Question: does Laravel have possibility to switch name to id to returned? ask because i find object in library but not find where extracted name from this object
Hi, i uploaded images to google drive by this method https://awesomeopensource.com/project/ivanvermeyen/laravel-google-drive-demo to get it image on ppage i must get url to it but GD find files by id code
$avatarPath = $request->file('avatar')->store(null,'google');
returned name of uploading fileQuestion: does Laravel have possibility to switch name to id to returned? ask because i find object in library but not find where extracted name from this object