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
For me,
at Config.php line94:
change >> 'directory' => sys_get_temp_dir() . '/Google_Client'
for >> 'directory' => '../tmp/Google_Client'
or any other dir you want