uwescience / sqlshare-pythonclient

The Python client for the SQLShare REST API
3 stars 1 forks source link

Upload error message #17

Open che625 opened 10 years ago

che625 commented 10 years ago

Hi, I am trying to upload some files to SQLshare and keep getting the error message "Error Uploading file: Records in data uploaded for FILE_ID = B5A50489CC were not saved." Any idea what this means?

shrjain commented 10 years ago

Hi, What is the size of file you are trying to upload?

che625 commented 10 years ago

It's about 65 MB

shrjain commented 10 years ago

This is because of one of the recent changes in SQLShare wherein we put in Quota per user (since we had some space crunch recently). We set some quota restrictions to avoid running out of space as a temporary fix.

Looks like you were going past your quota. I have increased it and now it should work. We still need to improve the error message to make it more meaningful.

che625 commented 10 years ago

Thanks! I will work on deleting some unnecessary files I don't need anymore.

kubu4 commented 10 years ago

Where do we view our space usage in relation to our quota?

shrjain commented 10 years ago

Right now there is no way to look at it from the user interface. Are you getting upload errors too?

kubu4 commented 10 years ago

No errors here. Just thought I'd ask, since it'd be nice to not get surprised one day by hitting an unknown storage quota.

dhalperi commented 10 years ago

@shrjain seems like a good feature request to prioritize!

shrjain commented 10 years ago

@dhalperi Already working on it :) But might take a few days to push it to production.

@kubu4: Shouldnt be a problem for most users. We do space cleanup everyday automatically if you just delete the datasets which are no longer in use.