streamListToFlickr(photoIdList, photoDataList, 0, function(err, photos){
      if (err) {
        res.json(500, err);
        return;
      }