Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8293005
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T13:41:04+00:00 2026-06-08T13:41:04+00:00

We want to import contacts photos from google API. Following code was working for

  • 0

We want to import contacts photos from google API.

Following code was working for me.

for email, name, entry in feed:
    photo = client.GetPhoto(entry)
    if photo:
        fname = str(uuid.uuid4()) + '.jpg'
        image_file = open(dname + '/' + fname, 'wb')
        image_file.write(photo)
        image_file.close()
        result[email] = '/media/import/%s/%s' % (dir, fname)

Now, for some reasons, we get in files atom feed copy. So method GetPhoto no working.

Any ideas, why it happened and what is current way to retrieve contacts photo?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T13:41:06+00:00Added an answer on June 8, 2026 at 1:41 pm

    Here is work around google API changes. Now we’re using direct requests to API.

    for email, name, entry in feed:
        photo_link = e.GetPhotoLink()
        if photo_link:
            request = http.request(
                'GET',
                photo_link.href,
                headers={
                    'Authorization':'OAuth %s' % client.current_token.access_token
                }
            )
    
            if request.status == 200:
                photo = str(request.read())
                fname = str(uuid.uuid4()) + '.jpg'
                image_file = open(dname + '/' + fname, 'wb')
                image_file.write(photo)
                image_file.close()
                result[email] = '/media/import/%s/%s' % (tid, fname) #str(photo.href) #
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hi I am new to java web. I want to import my contacts from
I want to allow users on my website to import contacts from their hotmail
I want to import yahoo contacts from yahoo credentials. In my application user will
i want to import addressbook contacts from Gmail, Windows Live, and Yahoo just like
I am using cardmagic/contacts gem to import contacts from email addresses in my application.
User comes to Widgets.Example.com. We prompt them, Want to import you Google contacts? They
I want to import 100 million entries from a text file (each row is
I just want to import my facebook status and photos to my personal django
I have a method I want to import from a DLL and it has
I am using php5 and I am trying to import my contacts from my

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.