[google-appengine] Re: GAE app : Warning: file_get_contents(): Unknown status code

2016-08-03 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
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. The error status *999* is commonly returned by linkedin

[google-appengine] Re: GAE app : Warning: file_get_contents(): Unknown status code

2016-08-02 Thread Ken Walker
we got response code : 999 On Wednesday, August 3, 2016 at 11:21:32 AM UTC+5:30, Ken Walker wrote: > > Thank you for your replay > > As we have faced that with linkedin public profile url, please check it > below > -- > $url ='https://www.linkedin.com/in/amitgupta007

[google-appengine] Re: GAE app : Warning: file_get_contents(): Unknown status code

2016-08-02 Thread Ken Walker
Thank you for your replay As we have faced that with linkedin public profile url, please check it below -- $url ='https://www.linkedin.com/in/amitgupta007' $opts = array('http'=>array( 'method'=>"GET", 'header'=>"Accept-language:

[google-appengine] Re: GAE app : Warning: file_get_contents(): Unknown status code

2016-08-02 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Thanks for sharing this finding here. I cannot yet reproduce this warning with the code sample provided above. This is the original code I used. The test file used was a 32KB text file of Lorem Ipsum. I get the complete fil