We need to download / synchronise the Strava activity photos. There is a PhotoSummary object returned by the API when requesting an activity. https://developers.strava.com/docs/reference/#api-models-PhotosSummary

Some photos on Strava activities are file uploads on the Strava CDN servers, others are hosted on Instagram. We need to decide if we want to download them and make managed files out of them, or deeplink to the externally hosted files. The former is more technically complex but the latter might violate the Strava or Instagram user policies.

Comments

basvredeling created an issue. See original summary.

  • basvredeling committed 854f365 on 8.x-1.x
    Issue #2990223 by basvredeling: Activity photos
    - added photo count...
basvredeling’s picture

Judging from the data coming back from the API, there is only one photo returned in the PhotoSummary model.
I'll create an extra field to store the primary photo in 2 sizes, without copying the source image. The Strava API doesn't currently seems to support more advanced activity photo retrieval.

  • basvredeling committed 81d095e on 8.x-1.x
    Issue #2990223 by basvredeling: Activity photos
    - added a rudimentary...
basvredeling’s picture

Status: Active » Fixed

Added a rudimentary image field formatter.

basvredeling’s picture

Status: Fixed » Closed (fixed)