我正在尝试使用curl在bash脚本中使用google photos rest api。 我可以看到其余的api列出,过滤照片库。但是,我想知道在Google照片中找不到垃圾API的其余API或过滤器。
[过滤器] https://developers.google.com/photos/library/guides/apply-filters
[列表] GET https://photoslibrary.googleapis.com/v1/albums
我们只有以下过滤器。但没有用于垃圾物品的过滤器。 https://developers.google.com/photos/library/guides/apply-filters#available-filters
* Content categories (includedContentCategories, excludedContentCategories)
* Dates and date ranges (dates, ranges )
* Features (featureFilter)
* Media types (mediaTypeFilter)
* Archived state (includeArchivedMedia)
因此,请帮助查找其余查询,以从我的图书馆中获取已删除的照片。