estuary icon indicating copy to clipboard operation
estuary copied to clipboard

Content Add through `api.estuary.tech` Fails

Open 10d9e opened this issue 3 years ago • 1 comments

Describe the bug When I try to upload content through the API, it fails with a 404 Not Found response.

To Reproduce

curl --request POST 'https://api.estuary.tech/content/add' \
--header 'Authorization: Bearer XXXXXXX' \
--form 'data=@"anydata.png"'

Expected behavior Content uploads without error.

Actual behavior Response from API call:

{
    "error": {
        "code": 404,
        "reason": "Not Found",
        "details": "Not Found"
    }
}

Additional context NA

10d9e avatar Aug 03 '22 16:08 10d9e

I'm trying Estuary through Swagger and also getting this problem... are there other endpoints we're supposed to use? In the docs sometimes there'll be references to https://shuttle-4.estuary.tech/content/add but no luck there either

janzheng avatar Aug 30 '22 02:08 janzheng

closing this as this has been resolved

en0ma avatar Oct 14 '22 09:10 en0ma