Skip to content

Doesn't Create Albums #21

@fdamstra

Description

@fdamstra

While this uploads successfully, it does not put the images in folders.

I've verified that the OAUTH scope includes both "See, upload, and organize items in your Google Photos library ", "Add to your Google Photos library ", and "Manage and add to shared albums on your behalf" (among others, but those seem like the most important ones to this issue)

There do not appear to be any errors/warnings in the logs. Output of a run looks clean, but doesn't appear to mention anything about the album. It just looks like:

[info]   Found item to upload: /photos/images.large/2022-08-16_18-24-57 picname.png
... (repeat previous lots more times, then repeat for other project)
[info]   492 files pending to be uploaded in folder '/photos/images.large'.
[info]   893 processed files: 893 successfully, 0 with errors

My configuration is not very complicated.

{
  SecretsBackendType: auto,
  APIAppCredentials: {
    ClientID:     "<deleted>",
    ClientSecret: "<deleted>",
  }
  jobs: [
    {
      account: example@gmail.com
      sourceFolder: /photos/images.medium
      makeAlbums: {
        enabled: true
        use: folderName
      }
      deleteAfterUpload: false
      uploadVideos: true
      includePatterns: []
      excludePatterns: []
    },
    {
      account: emample@gmail.com
      sourceFolder: /photos/images.large
      makeAlbums: {
        enabled: true
        use: folderName
      }
      deleteAfterUpload: false
      uploadVideos: true
      includePatterns: []
      excludePatterns: []
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions