I uploaded my .mov
file via the standard YouTube Upload (https://www.youtube.com/upload).
The video does contain the geolocation data and the date created, I have confirmed with exiftool
.
However, recordingDetails
does not come through when testing via https://developers.google.com/youtube/v3/docs/videos/list#try-it.
- Does YouTube strip out the
recordingDetails
if I upload the video at https://www.youtube.com/upload? - Are there restrictions on video types, privacy settings, or anything else that would prevent
recordingDetails
from being available? - Or, if put differently, are
recordingDetails
details only available if I manually provide them via my own API upload script?
I'm using a client-side only framework, and trying to accomplish this without relying on a server script that would parse the geolocation from the video.
Thank you!