Ah I see. My apologies. When you said
file, I assumed you were trying to retrieve an object from Cloud Storage. This is simply attempting to systematically retrieve a public profile from a linkedin URL.
Use manual or automated software, devices, scripts robots, other means or processes to access, “scrape,” “crawl” or “spider” any web pages or other services contained in the site;
To get information from linkedin, it seems you must use their
API. Like many APIs, you'll need a
Client ID, Client Secret Value, etc. I would suggest consulting that documentation before attempting further. Hope this helps and happy coding!