firebase - Error: getaddrinfo ENOTFOUND picasaweb.google.com -


i'm getting strange enotfound error picasaweb.google.com (api fetching google photo albums). found answer (firebase functions - getaddrinfo enotfound api.sandbox.paypal.com) says must upgrade external api requests. fetching google albums count external api requests? there list of allowed domains can tell if coding issue?

let requesturl = 'https://picasaweb.google.com/data/feed/api/user/default/albumid/_albumid_?alt=json'; return request   .get(requesturl)   .set("authorization", "bearer _token_")   .then((res) => {     //   }) 


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

javascript - How to bind ViewModel Store to View? -

c - Why does alarm() cause fgets() to stop waiting? -