I'm working around the BigQuery API, and now I have a problem with this error.
Fatal error: Uncaught exception 'Google\Cloud\Exception\ServiceException' with message '{ "error": { "errors": [ { "domain": "global", "reason": "accessDenied", "message": "Access Denied: BigQuery BigQuery: Permission denied while globbing file pattern.", "locationType": "other", "location": "/gdrive/id/xxxxx" } ], "code": 403, "message": "Access Denied: BigQuery BigQuery: Permission denied while globbing file pattern." } }
I basically tried this but all the solution doesnt work. Anyone know what's the problem? I'm using php. I read that I need to enable the google drive API etc, I already did that and it doesnt work at all. If you need the code, you can ask me. I really appreciate any help in this, thanks.
And I'm sorry if I'm asking in the wrong forum.