Unable to get asset from S3

{
  "timeline": {
    "background": "#5566f8",
    "soundtrack": {
      "src": "https://videogenasset.s3.amazonaws.com/Assets_Nike/nike_music.mp3"
    },

    "tracks": [
      {
        "clips": [
          {
            "asset": {
              "type": "title",
              "text": "Nova.ai is here",
              "style": "future",
              "position": "bottom",
              "size": "x-small"
            },
            "start": 0,
            "length": 1
          },

         {
            "asset": {
              "type": "title",
              "text": "Lets get started",
              "style": "future"
            },
            "start": 2,
            "length": 3
          }
        ]
      }
    ]
  },
  "output": {
    "format": "mp4",
    "resolution": "sd"
  }
}

“error”:“Downloading assets failed”

I am getting error with this. Any idea what is the issue ?

1 Like

When I try to open this URL in the browser I https://videogenasset.s3.amazonaws.com/Assets_Nike/nike_music.mp3 I get an access denied error.

Either the file does not exist, the URL has a typo or permissions are not set to make the file public. All files must have public access for use to fetch them.

Please check the URL and permissions and try again.