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 -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -