I want to post a video on my iPhone to my Google Drive. I already did with the images, but with the video, this is another problem ...
There is no problem for images, I convert my asset to NSData using this method:
data = UIImagePNGRepresentation(result!)!
And I put the image on my disk!
But, for the video, I tried many different ways, but no, I canβt.
How can i do this?
Thanks a lot!
source share