davidstrauss / google-drive-recursive-ownership

Tool to recursively give away file and document ownership to another user.
MIT License
269 stars 68 forks source link

Noob Needs Help #37

Closed andcbii closed 4 years ago

andcbii commented 4 years ago

I followed your directions to get running and was able to get the client_secrets.json correct. I'm able to verify and link everything. But once I give permission I'm seeing this error:

An error occurred: <HttpError 403 when requesting https://www.googleapis.com/drive/v2/files/root/children?alt=json returned "Project XXXXXXXX is not found and cannot be used for API calls. If it is recently created, enable Drive API by visiting https://console.developers.google.com/apis/api/drive.googleapis.com/overview?project=XXXXXXXX then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.">

andcbii commented 4 years ago

D'oh added the google drive api and now it's working