Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Download full resolution video from Google Photos API

I'm trying to get a link to a full-resolution video with the API reading the Google Photos API documentation.

It says concatenate the base URL in the following format with your required dimensions but says nothing else about dimensions.

I'm using ${baseUrl}=dv and I get a download link for a low resolution video but if I look at the video in the Google Photos site I can see it has a wider resolution.

like image 724
A. Matías Quezada Avatar asked May 23 '18 14:05

A. Matías Quezada


1 Answers

Unfortunately this is currently an issue with base URLs for video files. The dv parameter does not support specifying a resolution at the moment and returns a downsampled version of the video.

This is not ideal and we are looking into ways to address this. You can follow along on our issue tracker here: https://issuetracker.google.com/80149160

like image 143
Jan-Felix Schmakeit Avatar answered Jan 01 '23 10:01

Jan-Felix Schmakeit