murtuzakothawala
murtuzakothawala

Reputation: 182

Download google contacts images using batch API - Node js

I have gone through the documentation of google contacts API, but didn't get anything fruitfull for Image download.

Google contacts API

When I download the image, using 1 - 1 request, then some of the images are not getting download it is giving use Batch API for download

Does the batch API only support XML?

Upvotes: 0

Views: 105

Answers (1)

Blake O'Hare
Blake O'Hare

Reputation: 1880

Yes, the batch API is XML-only.

Image download requests must be spaced to prevent throttling.

Upvotes: 1

Related Questions