Photo Changes
Hi all,
Does anyone know of a way to tell which users' photos have changed? I saw this suggestion on the ideas site:
.
Today, the API schema for profile photos is:
"profile_photo": {
"photo_url": "<url>",
"thumbnail_url": "<url>"
},
Since the only information we have about them is URLs, we have to download all of them to check for changes. They can then be compared to the hashes of previously downloaded photos to see if there's been a change.
It would save time if we could look at a hash/timestamp from the API, plus reduce the load on Blackbaud's servers.
Best Answer
-
When a new image file is uploaded for a user, the last few characters of the file name change. For example, before a new image is uploaded, the URL might be
//bbk12e1-cdn.myschoolcdn.com/ftpimages/xxx/user/thumb_user66xxxx_4690910_510.png"
After the image is updated, the URL might be
//bbk12e1-cdn.myschoolcdn.com/ftpimages/xxx/user/thumb_user66xxxx_4690910_944.png"
I store the URLs in an external database (used for another purpose). I have a program that runs daily looking for changes between the SIS and the external database. If the URLs don't match, I know that there was a new image uploaded so I update the URL in the external database.
2
Answers
-
Brilliant! Thanks @Brian Gray
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 213 bbcon®
- 1.4K Blackbaud Altru®
- 403 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 656 Blackbaud Grantmaking™
- 576 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 939 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.6K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 241 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 34 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 793 Community News
- 2.9K Jobs Board
- 54 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)

