Mathieu

Results 2 comments of Mathieu

For those running into this problem, lock the version to 0.8.16 and it works.

Use the following code to get a `refresh_token` upon the initial request. ``` $client = new Google_Client([ 'access_type' => 'offline' ]); ``` You will only get a refresh token once...