From 438e9fec9b668f86aacac1850ebe24740a569ddf Mon Sep 17 00:00:00 2001 From: Antoine Rousseau Date: Sun, 25 Aug 2019 16:10:53 +0200 Subject: [PATCH] explain Google Photos limitations --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b6fe20..fcc84cb 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,4 @@ You can use [PM2](https://github.com/Unitech/pm2) ## Limitations - This script does not handle videos +- If your Google storage is limited and you hit the limit, the Google API will start to return "Bad Request". You must then either by more storage, or go to your [Google Photos settings](https://photos.google.com/settings), choose "High Quality" and click "Recover storage". This will convert your uploads to [16 Megapixels compressed photos](https://support.google.com/photos/answer/6220791), which the API cannot do on the fly. Also, you can only convert once per day.