Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Endpoint/3/upload does not exist #93

Open
piotrantosz opened this issue Jan 11, 2019 · 1 comment
Open

Endpoint/3/upload does not exist #93

piotrantosz opened this issue Jan 11, 2019 · 1 comment

Comments

@piotrantosz
Copy link

piotrantosz commented Jan 11, 2019

        return PhotoUploadResource.client.make_request(
            'POST', 'upload', data, anon
        )

returns Endpoint/3/upload does not exist

@piotrantosz
Copy link
Author

FIX

    return PhotoUploadResource.client.make_request(
        'POST', 'image', data, anon
    )

Just change upload => image.

BryanH pushed a commit to BryanH/imgurpython that referenced this issue Nov 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant