Finding assets by ownerId
I am working on modifying a python script I found to organize screenshots and archive them, and I am trying to find out how to get the libraryId of a user so I can retrieve only the assets the user owns because when the script tries to archive images that it doesn't own, it fails.
Right now I am using users/me to get the user and I tried using the id returned for the user when calling /search/metadata but it returns nothing. It does match the folder name for the user in the library folder.
Am I missing something?
Right now I am using users/me to get the user and I tried using the id returned for the user when calling /search/metadata but it returns nothing. It does match the folder name for the user in the library folder.
Am I missing something?