What does this error mean with the Youtube API v3.0:
A client error occurred: Could not create storage directory: /tmp/Google_Client/00
I a
Use this in your PHP code:
$client = new Google_Client(); $client->setCache(new Google_Cache_File('/path/to/shared/cache'));