I am developing an iOS application that generates video files and provides users with a social gallery for displaying their clips. After much research, I found that Google Drive would be perfect for my needs, so I did some tests and successfully made the application by uploading the file to GDrive and all that.
Now I need to transfer the downloaded file to MPMoviePlayerViewController, for this I need some direct link, am I right? After my initial tests, I used the WebContentLink variable as the source URL, and it worked flawlessly, I was very pleased with the result, but now it no longer works, I don’t know what happened, and I think the method I used is not real? I tried all other possible links and none of them work.
Can someone give guidance as to whether this is actually supported by Google Drive and how best to archive it in a reliable way?
Many thanks!
source
share