Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About Storage Drivers #53

Open
chirukinbb opened this issue Sep 5, 2021 · 0 comments
Open

About Storage Drivers #53

chirukinbb opened this issue Sep 5, 2021 · 0 comments

Comments

@chirukinbb
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant