ivanvermeyen / laravel-google-drive-demo

Laravel & Google Drive Storage - Demo project with Laravel 5.4
403 stars 155 forks source link

having issues with drive.files.get on google developer console #114

Open calwinalegre opened 1 year ago

calwinalegre commented 1 year ago

I'm using this line of code to upload files to my google drive and the same time to retrieve the file metadata (path, size, etc.) This seems to be working smoothly.

image

However, when I go to my Google Developer Console - I saw that I'm getting 100% error on drive.files.get method.

image

Anyone encountered this problem? Any solutions to prevent these errors? Thank you.

parallels999 commented 1 year ago

Make a debug and send a PR