Php – the queryParams added in createAuthUrl is not returned
In a Laravel App I try to get permission to save files on a Google Drive. As part of calling the api one can pass query parameters that should be returned. Like this: $client = new Client([ 'client_id' => config('services.google-drive.client_id'),…