A client error occurred: Could not create storage directory: /tmp/Google_Client/00

前端 未结 6 1900
野的像风
野的像风 2021-01-06 05:00

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

6条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-06 05:26

    Use this in your PHP code:

    $client = new Google_Client();
    $client->setCache(new Google_Cache_File('/path/to/shared/cache'));
    

提交回复
热议问题