I have a project in label studio and am trying to get the ml backend to do predictions on it. I am receiving a 403 url fobidden error when trying to use it on the images i uploaded through a code. If I upload images through the import button everything works. I am assuming it is because of the paths but cannot figure out how to fix it. The paths for the the ones uploaded through import are:
/data/upload/12/
while the ones uploaded through the code are:
/data/local-files/?d=data/cars/raw_data/
I am assuming this means it cannot be a Access token issue, so I am running out of ideas what could be causing it. If it was an incorrect path I would assume that I would be receiving a 404, and that I would not be able to see the image when the path is input into the browser. Thanks for the help.