0

Hello I am currently working on an application that uses Google drive. I am trying to integrate it to my Google API. I already have a Google-API-client library in my vendor folder. How do i call the class because i am using another service provider as my authentication. So do i have to declare the client id, client secret and scope again? I tried "use Google_Client as client". I get an error "trying to access non object function"

1 Answers1

0

Refer this link :

Use Google Drive API with Laravel

Also this,

https://github.com/google/google-api-php-client

Community
  • 1
  • 1
Kumar Ramalingam
  • 349
  • 3
  • 15