diff --git a/docs/guide/drivers/googlephotos.md b/docs/guide/drivers/googlephotos.md index 482b87775..de0c76048 100644 --- a/docs/guide/drivers/googlephotos.md +++ b/docs/guide/drivers/googlephotos.md @@ -67,7 +67,7 @@ We fill in **https://alist.nn.ci/tool/google/album** to get a single catalog ID -## **Two notes:** +## **Three notes:** 1. failed get objs: failed to list objs: Request had insufficient authentication scopes.: [] - It's because you didn't check the album permission (see the picture mentioned above) `view and organize the content in your Google Photos media library, and upload content to the media library when obtaining authorization. Learn more` @@ -75,6 +75,7 @@ We fill in **https://alist.nn.ci/tool/google/album** to get a single catalog ID 2. failed get objs: failed to list objs: Photos Library API has not been used in project ... before or it is disabled. Enable it by visiting then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.: [] - because **`Photos Library API`** is not enabled in your project, Google Photos API +3. If using clash on Windows, only display all media, all albums, and shared albums, but prompt when entering a folder,failed get objs: failed to list objs,please use tun mode,https://github.com/alist-org/alist/issues/5056 ### **Finish** @@ -100,4 +101,4 @@ flowchart TB b1[Download proxy URL]-.alternative.->a2[user equipment] click b1 "../drivers/common.html#webdav-policy" click c1 "../drivers/common.html#webdav-policy" -``` \ No newline at end of file +``` diff --git a/docs/zh/guide/drivers/googlephotos.md b/docs/zh/guide/drivers/googlephotos.md index 25a137999..852b7e9d8 100644 --- a/docs/zh/guide/drivers/googlephotos.md +++ b/docs/zh/guide/drivers/googlephotos.md @@ -67,7 +67,7 @@ star: true -## **两个注意事项:** +## **三个注意事项:** 1. failed get objs: failed to list objs: Request had insufficient authentication scopes.: [] - 是因为在获取授权的时候没有勾选 相册权限(查看上面提到的图片) `查看和整理您的Google相册媒体库中的内容,向媒体库上传内容。` @@ -75,6 +75,7 @@ star: true 2. failed get objs: failed to list objs: Photos Library API has not been used in project ... before or it is disabled. Enable it by visiting then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.: [] - 是因为对应的项目没有开启 **`Photos Library API`** 谷歌相册API +3. 若在Windows上使用clash,只显示全部媒体、全部影集、共享影集,但进入文件夹提示failed get objs: failed to list objs,请切换道tun模式,参照https://github.com/alist-org/alist/issues/5056 ### **挂载展示**