Hello Koenraad, if this works on your local dev server but not on App 
Engine this sounds like a potential bug with the platform. Would you mind 
creating an issue on the Issue Tracker 
<https://cloud.google.com/support/docs/issue-trackers> with as much 
reproduction information as possible so the product team can be made aware 
of this error?

On Friday, July 21, 2017 at 9:26:14 AM UTC-4, Koenraad Vanden Daele wrote:
>
>
> In php.ini
>
> *Registered PHP Streams*
>
> ftps, compress.zlib, file, ftp, zip, php, redirect, http, https, gs
>
>  
>
> I would like to use a form with input type = file to let the user upload 
> files to Google Drive.
>
>  
>
> I want to read the file-content:
>
> $data = file_get_contents($_FILES['fileToUpload']['tmp_name'])
>
>  
>
> This produces a warning:
>
> Warning: file_get_contents(): Unable to find the wrapper "vfs" - did you 
> forget to enable it when you configured PHP?
>
>  
>
> After this, I want to insert a file in Google Drive and change its content 
> to $data.
>
>  
> How can this be solved or is there a work-around    

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/7b732a17-961a-4c87-bf1f-3f9a096e7e82%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to