[File] Box.com file storage backend #49
Labels
No labels
bug
confirmed
critical
database
discussion
documentation
email-support
enhancement
feature
suggestion
support
warlock
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/hazaar-mvc-old#49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Need to add support for box.com file storage.
Added ~9 label
Wow. Just..... wow....
The Box API is SHIIIIITTTTT....
Basically the big hurdle was there is no path resolution other then splitting a path into branches, and requesting info on the folder starting from the root folder and working down. So if a file is 20 folders deep it would require 22 requests just to get the file info. Ridiculous.
Also, when you list the contents of a folder, you only get very basic information about the contents, like name and ID. Then, to get other things like size and modification date you have to request the file info individually for each file. So if there are 100 files in the folder, yup, that's 100 requests just to get detailed information.
But lastly, and the real blocker that has made me ditch this, is that they do NOT expose mime types. So we know the file is there, it's name and it's size, yadda yadda, but not what it is.
Fucking......stupid.....
Status changed to closed