So I'm needing to use functionality that is in the v2 version of the Drive API but this client is by default using v3. Is there a way to tell it to use v2?

Comments

RustedBucket created an issue.

rustedbucket’s picture

Fyi: setting this $googleService->googleClient->setApiFormatV2(true); does not seem to have any effect. Still using the v3 api.