Is it possible to set a Google Drive video that opens in iOS via a url with a googledrive://
protocol prefix to start at a specified time by adding a t=15s
style argument like in web browsers? (As described here, but for iOS/iPhone and when playing in the Google Drive app).
Asked
Active
Viewed 64 times
0

Daniel Naftalovich
- 335
- 6
- 15
-
AFAIK, urls are platform independent whether it be iOS or Android. So https://drive.google.com/file/d/1234567890abcdefbg/view?t=60s when played should start in the 60 second mark. ā ReyAnthonyRenacia Oct 06 '17 at 12:11
-
This works in the iPhone browser (e.g. Safari), but I am asking about getting the `t=60s` part to work when opening in the Google Drive native iOS app. Do you know how to make that work? I add `googledrive://` as a prefix to the url in safari then it opens for me in the Google Drive app, but doesn't start to play at 60s⦠ā Daniel Naftalovich Oct 07 '17 at 09:33