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

前端 未结 6 1872
野的像风
野的像风 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:37

    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

提交回复
热议问题