Google Photos 404 Error on syncing certain video files

What is the problem you are having with rclone?

Certain video files will not sync to my local drive from Google Photos. They keep getting a 404 error.
I have even tried downloading the files, deleting them from Google Photos, and re-uploading them. Same issue.
I have other video files from the same date, similar in every way, that don't experience this issue.

Run the command 'rclone version' and share the full output of the command.

rclone v1.59.1

  • os/version: Microsoft Windows 11 Pro 22H2 (64 bit)
  • os/kernel: 10.0.22621.457 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.18.5
  • go/linking: static
  • go/tags: cmount

Which cloud storage system are you using? (eg Google Drive)

Google Photos

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone sync MyGooglePhotos: Y:\my_photos -P --include /media/by-month/2018/2018-12/**

The rclone config contents with secrets removed.

[MyGooglePhotos]
type = google photos
client_id = 
client_secret = 
read_only = true
token = 

A log from the command with the -vv flag

A relevant section:

2022-08-27 10:58:23 DEBUG : media/by-month/2018/2018-12/C0231.MP4: >Size:
2022-08-27 10:58:23 DEBUG : media/by-month/2018/2018-12/C0320.MP4: >Open:
2022-08-27 10:58:23 DEBUG : media/by-month/2018/2018-12/C0228.MP4: ModTime:
2022-08-27 10:58:23 DEBUG : media/by-month/2018/2018-12/C0229.MP4: Size:
2022-08-27 10:58:23 DEBUG : media/by-month/2018/2018-12/C0319.MP4: >Open:
2022-08-27 10:58:23 ERROR : media/by-month/2018/2018-12/C0320.MP4: Failed to copy: failed to open source object:  (404 404 Not Found)
2022-08-27 10:58:23 DEBUG : media/by-month/2018/2018-12/C0228.MP4: >ModTime:
2022-08-27 10:58:23 DEBUG : media/by-month/2018/2018-12/C0229.MP4: >Size:
2022-08-27 10:58:23 ERROR : media/by-month/2018/2018-12/C0319.MP4: Failed to copy: failed to open source object:  (404 404 Not Found)
2022-08-27 10:58:23 DEBUG : media/by-month/2018/2018-12/C0228.MP4: Sizes identical
2022-08-27 10:58:23 DEBUG : media/by-month/2018/2018-12/C0229.MP4: Size:
2022-08-27 10:58:23 DEBUG : media/by-month/2018/2018-12/C0230.MP4: Size:
2022-08-27 10:58:23 DEBUG : media/by-month/2018/2018-12/C0228.MP4: Unchanged skipping
2022-08-27 10:58:23 DEBUG : media/by-month/2018/2018-12/C0229.MP4: >Size:
2022-08-27 10:58:23 DEBUG : media/by-month/2018/2018-12/C0230.MP4: >Size:
2022-08-27 10:58:23 DEBUG : media/by-month/2018/2018-12/C0232.MP4: Size:

As you can see, C0320.MP4 and C0319.MP4 have the issue, while all the other files do not.
Any ideas? Thanks.

Quick additional question -- what does it mean that I also have lots of "Duplicate object found in source - ignoring" notifications from Google Photos. I thought Google Photos didn't maintain duplicates like Drive does? I can't actually see duplicates anywhere when I browse.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.