-
Notifications
You must be signed in to change notification settings - Fork 301
Open
Description
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
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels