ivanvermeyen / laravel-google-drive-demo

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

Getting a code 404 #49

Closed mikwehttam closed 5 years ago

mikwehttam commented 5 years ago

Hi,

I'm getting this error.

{ "error": { "errors": [ { "domain": "global", "reason": "notFound", "message": "File not found: .", "locationType": "parameter", "location": "fileId" } ], "code": 404, "message": "File not found: ." } }

I followed the instructions, did I miss something? Thanks in advance!

ivanvermeyen commented 5 years ago

Hi,

What code is generating this response? Can you provide some more context and reopen the issue?