How can I programmatically check if a Google User’s profile picture isn’t default?
Solution using Google API In Google response, it provides a field isDefault which is set to false if user has uploaded his/her pic. You can check the documentation and try the sample api here. You can just add userId as me and set field value to image to try the example. A sample value returned … Read more