Back-End Development and APIs Projects - File Metadata Microservice

Tell us what’s happening:

Hi everyone,

I’m stuck on the File Metadata Microservice project tests and I’m hoping someone can help figure out what I might be missing.

My API endpoint is working correctly when I manually upload a file. The response returns the expected JSON format with name, type, and size.

Example response:
{“name”:“localhost.sql”,“type”:“application/octet-stream”,“size”:304340}

My setup:

  • Node.js + Express
  • Multer for file uploads
  • Endpoint: POST /api/fileanalyse
  • Input field name: upfile

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36

Challenge Information:

Back-End Development and APIs Projects - File Metadata Microservice

look at the console in the browser and re-run the test to see what errors are being printed out

this error is showing

but working on normal browser upload

i can’t see the error. Please copy it here.

Error: blob is not implemented yet
    at o (dom-test-evaluator.js:2:102733)
    at Object.blob (dom-test-evaluator.js:2:103360)
    at eval (eval at #a (dom-test-evaluator.js:2:255327), <anonymous>:6:31)
    at async #a (dom-test-evaluator.js:2:255321)
    at async DOMTestEvaluator.handleMessage (dom-test-evaluator.js:2:255829)
#a @ dom-test-evaluator.js:2

This looks like an fCC error to me. I don’t think it will get fixed so you should move on.

i think fCC shall fix these minor issues because clearing certification projects are necessary to obtain certificates.

They have said they will not fix it:

Out of curiosity, were you able to test the URL Shortener microservice?

nope, i am unable to pass 3rd test of that challenge, tried all possible values method but failed, i didn’t raise that issue because it was already widely discussed

I found this on GitHub:

where this merge is mentioned:

I tried using this code, but I still had problems. If you want to try it or find something, let me know.

I also found this topic on the Forum where this was mentioned:

But I didn’t understand how this could help in solving test 3.

alright, thanks for the follow, i will look into it tomorrow and let you know if i find it helpful

1 Like

do you have any news about it?

fCC does not plan to make any fixes to this archived course.

1 Like