ivanvermeyen / laravel-google-drive-demo

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

Google drive api not creating directories #30

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hello, This is more a question than an issue. About google drive api. See the application I'm working on it is like a job application. People apply to the job and each should upload there files to the google drive. For each user I'm creating a directory in which their file is uploaded. Recently I'm getting error form the api that "User Rate Limit Exceeded" and the directories is not generated although the files are being uploaded but it's placed in the root directory of the application. How the files are being uploaded although the api supposed passed the limit? One other thing could you please tell how to overcome the limit issue? how to increase the limit in the console?

ivanvermeyen commented 6 years ago

Can you find this overview in the console? What readings do you have (used quota)? Not sure if you can raise it tho.

schermafbeelding 2018-05-07 om 15 24 36
ghost commented 6 years ago

These are the current readings. capture-drive

ivanvermeyen commented 6 years ago

Very weird... I've been Googling this and all I find is related to the quota... but that doesn't seem to be the problem. Because it's also connected with the tokens that you use, perhaps it's worth a try to generate new tokens and see if that helps...

Otherwise, I'm also pretty clueless about this one... annoying errors.

ivanvermeyen commented 6 years ago

Did you find a solution for the quota issue?