An API that connects multiple Microsoft services, enabling data access and automation across platforms
Hallo my goal was to get all the photos stored in my onedrive. I checked the calls made in the browser when access the Photos tap. I suggest the filter can look something like this
https://api.onedrive.com/v1.0/drives/xxxxxxxxxx/items/root/items?
$filter=photo ne null
&orderby=photo/takenDateTime asc
&select=createdBy,createdDateTime,description,driveId,file,fileSystemInfo,id,image,lastModifiedDateTime,location,name,parentReference,photo,size,shared,tags,video
&top=1
&ump=1
&initialPageDateTaken=1970-01-01T23:00:00.000Z
&prefer=Migration=EnableRedirect;FailOnMigratedFiles
&access_token=EwBQA61DB............