Click here to Skip to main content
15,892,059 members

Comments by Deltahun (Top 5 by date)

Deltahun 24-Jun-23 11:45am View    
I got error when create an instance of a class DriveFileUpload: "Google\\Http\\MediaFileUpload::__construct(): Argument #2 ($request) must be of type Psr\\Http\\Message\\RequestInterface, Google\\Service\\Drive\\DriveFile".

In case, I use request as argument, I got another error: "$media->isFinished()" method doesn't exists for MediaFileUpload: "Call to undefined method Google\\Http\\MediaFileUpload::isFinished()"
Deltahun 24-Jun-23 11:33am View    
Yes. If the $files has only one element, it works. I also tried uploading each file separately and it worked.
Deltahun 24-Jun-23 11:31am View    
Deleted
Unfortunatelly, "$media->isFinished()" method doesn't exists for MediaFileUpload: "Call to undefined method Google\\Http\\MediaFileUpload::isFinished()"
Deltahun 11-Feb-20 15:51pm View    
Is there any way to do this method using google drive api? Is it possible only with own api?
In the other hand I can't play stream in wpf using "Media Element" without SilverLight.
Deltahun 10-Feb-20 14:42pm View    
Thank you! The uploaded contents could be large files. Is there any way to download range as a splitted stream?