cancel
Showing results for 
Search instead for 
Did you mean: 
Announcements

The Hub is now in read-only mode as we make improvements to the Hub experience. More information is available here.

Download all Photos of my own activities?

hpoul
Mt. Kenya

Hello,

When getting an activity at `/api/v3/activities/9250597099` only the "primary" photo is returned. I have seen there is an endpoint `/api/v3/activities/9250597099/photos` but it only returns "placeholder" images..

Screenshot 2023-06-14 at 08.09.01.png

Is there any way to retrieve all photos? I have basically requested all scopes..  "read","read_all","profile:read_all","activity:read","activity:read_all", but that didn't seem to change anything..

thanks,
  Herbert

 

 

1 ACCEPTED SOLUTION

Swaz
Mt. Kenya

Hi,

You're just missing one element: a querry parameter
try: /api/v3/activities/9250597099/photos?size=5000
the size param does affect the returned image size and quality, so i chose 5000 so its larger than any resolution of photos taken from my phone.


View solution in original post

1 REPLY 1

Swaz
Mt. Kenya

Hi,

You're just missing one element: a querry parameter
try: /api/v3/activities/9250597099/photos?size=5000
the size param does affect the returned image size and quality, so i chose 5000 so its larger than any resolution of photos taken from my phone.