Skip to content

Commit

Permalink
Update googlephotos.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kissunyeason authored Aug 21, 2023
1 parent a5236dd commit bcfe74c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/guide/drivers/googlephotos.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,15 @@ 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`
- You get the `access_token` and the `refresh_token` without declearing the scope of `https://www.googleapis.com/auth/photoslibrary`

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 <https://console.developers.google.com/apis/api/photoslibrary.googleapis.com/overview> 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**

Expand All @@ -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"
```
```

0 comments on commit bcfe74c

Please sign in to comment.