google-apiclient
google-apiclient copied to clipboard
Google api php client wrapper with Cloud Platform and Laravel support
Our project is currently running on vapor, Then we have a console command that will upload the file to google drive, when we're running that command we always got Segmentation...
Problem 1 - Root composer.json requires pulkitjalan/google-apiclient ^5.0 -> satisfiable by pulkitjalan/google-apiclient[5.0.0]. - pulkitjalan/google-apiclient 5.0.0 requires illuminate/support ^6.0|^7.0|^8.0 -> found illuminate/support[v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but...
Hello, hope somebody can help me, Im trying to install. the package in "laravel/framework": "^8.40", but Im getting this error Problem 1 pulkitjalan/google-apiclient[3.1.0, ..., 3.1.4] require illuminate/support ~5 -> found...
Call google sheet and error ``` Google_Service_Exception : { "error": { "code": 403, "message": "The caller does not have permission", "errors": [ { "message": "The caller does not have permission",...
Add **@mixin** docblock to Facade to make usability more comfortable
The following code does not allow for dynamic `redirect_url` which means that if I have more than one domain running the website it will not work. ``` public function fetchAccessTokenWithAuthCode($code)...
How can i get user active devices ?
Hi, i am getting following error. Google_Service_SiteVerification_Resource_WebResource::getToken() must be an instance of Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequest, array given, There is no method or facade to create Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequest in your library, we need to...