Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Description
When using the API to retrieve 360° (spherical) videos, the returned file's aspect ratio is different than the original file uploaded.
Detailed description
Monoscopic 360° (spherical) photos and videos have a 2:1 aspect ratio. I uploaded a monoscopic 360° video with the appropriate aspect ratio to Google Photos.
When I download the file using the official Google Photos web interface, the downloaded file has the correct aspect ratio of 2:1.
However, when I request the photo using the Google Photos API, go to the baseUrl + "=dv" to download the video, and view the downloaded file, the file is now 1:1 (square) instead.
API calls
Request (made via the "try this method" widget on the docs ):
Response:
Steps to reproduce the problem
What steps will reproduce the problem?
What is the expected output?
The downloaded file should have a 2:1 aspect ratio, just like the original file.
What do you see instead?
The downloaded file is 1920x1920 with a 1:1 (square) aspect ratio.
Code sample
(N/A; this issue can be reproduced only using the "try this method" widgets on the official documentation pages)