如何使用亚马逊云盘授权并从云盘中获取用户照片?

How to authorize with amazon cloud drive and get the photos of the user from cloud drive?

我想授权用户,然后想访问云驱动器上可用的用户照片。请指导我如何在 android 应用程序中访问用户云驱动器并获取用户照片。

您是否已查看 Amazon Cloud Drive API? You would use Login with Amazon for authorization, and then use the Cloud Drive's Nodes API 以检索照片列表。

Getting List of files.

GET : {{metadataUrl}}/drive/v1/nodes?filters=kind:FILE

filters: (Optional) filters for request, see filtering