airavata-courses / autobots

Team Autobots Project Repo
0 stars 2 forks source link

File Failed to download #58

Closed DGRamya closed 5 years ago

DGRamya commented 5 years ago

I was able to upload the file successfully and the download button popped up, but when I clicked on download file, it redirect to another page throwing "Not found error"

naveenkumarmarri commented 5 years ago

Hi

That is how it is implemented so far. May be in future assignments, we will build on top of it.

Regards Naveen

On Wed, Oct 24, 2018, 11:21 AM Ramyashree DG notifications@github.com wrote:

I was able to upload the file successfully and the download button popped up, but when I clicked on download file, it redirect to another page throwing "Not found error"

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/airavata-courses/autobots/issues/58, or mute the thread https://github.com/notifications/unsubscribe-auth/ACXnJId5MZWHcO8EUfbKVUNf_YWE0WU9ks5uoIWSgaJpZM4X4LDs .

gowtham06 commented 5 years ago

@DGRamya thanks for noticing. Actually we have a download service running. But there are some issues with that, we are trying to resolve it. Will update once done.

DGRamya commented 5 years ago

@naveenkumarmarri , so, the download option is not available for this milestone right?

naveenkumarmarri commented 5 years ago

I think given the timeline for peer review, it is fair to consider for next milestone

On Wed, Oct 24, 2018, 1:03 PM Ramyashree DG notifications@github.com wrote:

@naveenkumarmarri https://github.com/naveenkumarmarri , so, the download option is not available for this milestone right?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/airavata-courses/autobots/issues/58#issuecomment-432743075, or mute the thread https://github.com/notifications/unsubscribe-auth/ACXnJGneImPaM6JH5VN5QaugkpoUt-T7ks5uoJ1UgaJpZM4X4LDs .

DGRamya commented 5 years ago

Okay, Is the server down again?

naveenkumarmarri commented 5 years ago

@DGRamya I'm able to access it and upload files. What error are you getting?

Also, can you close the issues, for which you got your issues resolved?

DGRamya commented 5 years ago

@naveenkumarmarri Please provide the project goals, so that I can close the issues, also please update the architecture diagram and overview of implementation details

DGRamya commented 5 years ago

@naveenkumarmarri what are the types of files we can upload, is it only text files ?

naveenkumarmarri commented 5 years ago

@naveenkumarmarri what are the types of files we can upload, is it only text files ?

Sure, you can try with almost all file formats, it worked for me. Let us know if you face issues with any particular file format.

gowtham06 commented 5 years ago

@DGRamya Download is working now when you try it locally. However for some reasons, download is not working in jetstream. There might be an issue with the file path of the uploaded files in the Tus server. Working on it. Will keep you updated.

gowtham06 commented 5 years ago

@naveenkumarmarri what are the types of files we can upload, is it only text files ? To answer this, the files are hashed and stored accordingly in the destination. This is done to keeping in mind that file upload should be resumed based on this hash value. So its up to our implementation of tus-client on maintaining the file type/ name etc.

naveenkumarmarri commented 5 years ago

@naveenkumarmarri Please provide the project goals, so that I can close the issues, also please update the architecture diagram and overview of implementation details

Added the details on wiki

gowtham06 commented 5 years ago

Closing the issue since its now resolved.