Page Not Found Looks like you've followed a broken link or entered a URL that doesn't exist on this site. Back to our site If this is your site, and you weren't expecting a 404 for this path

i am deploying my app through zip api’s

curl -H “Content-Type: application/zip”
-H “Authorization: Bearer. lkdmflsfs[p”
–data-binary “@build.zip” \
https://api.netlify.com/api/v1/sites

it was giving response 204 but when i am going though that site it was showing 404 error https://splendid-lokum-5fd897.netlify.app/. but when i upload the same build folder manually it was working https://imaginative-cendol-dee5c3.netlify.app

You could get a 404 if the token is invalid. Have you checked the token? Maybe try generating a new one?

i tried with new token but it was showing same error https://spectacular-figolla-1de9c8.netlify.app/

Could you share the last 4 characters of the token?

These are the last

dGGwJlcJdraJc

Oh, I’m sorry. I had completely misunderstood your question, and was thus following the wrong trail. Anyways, you’re seeing a 404 for the site because this is your file structure:

/build/robots.txt
/build/manifest.json
/build/index.html
/build/static/media/delete.91b012c82856d2eb8bfc37080524d878.svg
/build/static/media/edit.87c2b16ffb6f140992bc0ccb1312545e.svg
/build/static/media/file.076db9746c98f5cff79b3cc098836a13.svg
/build/asset-manifest.json
/build/static/media/logo.ac64b9eb547dc3795f53173b290203d9.svg
/build/static/js/main.e457f6c2.js.license.txt
/build/favicon.ico
/build/static/css/main.1b7892c5.css
/build/logo192.png
/build/static/css/main.1b7892c5.css.map
/build/static/media/revicons.e8746a624ed098489406.woff
/build/logo512.png
/build/static/media/cred.eba39313f8f88743395d.png
/build/static/media/revicons.57fd05d4ae650374c8de.ttf
/build/static/media/revicons.a77de540a38981833f9e.eot
/build/static/media/lunchtime.4eea60f0b7b9eced9fd1.png
/build/static/media/banner.60c680c750a67e6d5a34.jpg
/build/static/media/banner2.a12f9fe20856bae75c70.jpg
/build/static/media/not_responsive.a26d86b4c92f3aa5251f.png
/build/static/media/speakers.8cb0cb44bc5b91bade20.png
/build/static/media/starters.46a91f96cc858adf2a5a.png
/build/static/js/main.e457f6c2.js
/build/static/js/main.e457f6c2.js.map
/build/vid1.mp4
/build/vid3.mp4
/build/vid2.mp4

All your files are in the build folder, while they should be in the root folder.

got it thanks man

Rishikesh