I am currently toying around with the youtube api , uploading videos for example. The Insert method used to upload the video expects a stream as input. In C# it looks like this:
In VL tried with File[IO] which returns Provider<Stream>
and an Using region.
But this results in the following exception:
Importing mscorlib and using Create [System.IO.FileStream] works.
So what is the difference or what did I do wrong when using File[IO] ?