Skip to content
This repository was archived by the owner on Sep 16, 2022. It is now read-only.
This repository was archived by the owner on Sep 16, 2022. It is now read-only.

Photos can't create album #200

@mirkoevo

Description

@mirkoevo

Hi,

I have a new problem with Photos unders OS X/objc.
Now it seems I can't create albums anymore, and I don't know if I can workaround the problem in some ways.
This is the output:

2017-02-27 10:23:55.949 App[22136:11534254] serviceBase:<GDataServiceGooglePhotos: 0x6200001c1a40> objectFetcher:GTMHTTPFetcher 0x1036a8c80 (https://photos.googleapis.com/data/feed/api/user/114209999584000922529) failedWithStatus:501 data:Insert is no longer supported
2017-02-27 10:23:55.949 App[22136:11534254] Google Photos: Creating album failed: Error Domain=com.google.HTTPStatus Code=501 "(null)" UserInfo={data=<496e7365 72742069 73206e6f 206c6f6e 67657220 73757070 6f727465 64>}

Do you have any ideas why it returns "Insert is no longer supported" ?
(tested with old/new auth token)

Thank you.

    GDataEntryPhotoAlbum *newAlbum = [GDataEntryPhotoAlbum albumEntry];
    
    [newAlbum setTitleWithString:albumName];
    [newAlbum setPhotoDescriptionWithString: [_album objectForKey: @"description"]];
    [newAlbum setLocation: [_album objectForKey: @"location"]];
    [newAlbum setAccess:access];
    
    NSURL *postLink = [[[_picasaController albumFeed] postLink] URL];
    
    [[_service mainThreadProxy] fetchEntryByInsertingEntry:newAlbum
                                                    forFeedURL:postLink
                                                      delegate:self

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions