[00:56] alexlist: if you're just gong to ask that, ignore any response, and repeat it 10 hours later, don't bother asking. if you have a real question to ask, then just ask it. don't ask to ask [00:56] err [00:56] aloiece: ^^ that was for you [00:56] alexlist: sorry [01:01] =/ didn's see the response =/ really sry [02:59] ok hei. I'm double booting ubuntustudio and osx. I'm using ubuntu one to have access from other machines and to keep an immediate update of the state of things. I'd also like to be able to use the same home folder for osx as for ubuntustudio. there isn't much space on my hard disk have copies of my home fodler twice. also i feel like it's quite redundant, on the same machine. currently u1 doesn't allow the links to my hfs unjournaled parti [02:59] tion and as soon as i log in with my ubuntt u1, i get an error when syncing from mac. [02:59] any suggestions? === wedgwood is now known as Guest32887 === jgdxx is now known as jgdx [10:02] Good morning all; and though I hesitate to say it, happy Men Make Dinner Day! :-D === Guest32887 is now known as wedgwood === gatox is now known as gatox_lunch === gatox_lunch is now known as gatox [20:48] hello [20:50] I have some questions about the REST api of u1. I can't seem to be able to do any multipart upload [20:55] uploading small files works well, but when I need to upload large files by chunk, each put erases the old content. finally only the last chunk is put in the file [20:57] did someone already try to do something similar with the rest api ? I might be missing something obvious, but I didn't find any information about it [21:15] Pando: are you setting the Range and Content-Length headers? [21:16] i don't know if the PUT accepts Range though [21:16] beuno, __lucio__: ^^ do you guys know? [21:17] well [21:17] I tried both Range and Content-Range, but to no avail [21:18] according to the documentation I found and RFC 2616, Range is only for GET [21:19] at the moment if I send chunks of 4096 bytes, I set the value of Content-Range to something like '0-4095/22000' where 22000 is the total size of the file I want to upload [21:19] for the first chunk [21:20] I found lots of pages like http://developer.ubuntu.com/resources/app-developer-cookbook/ubuntu-one/adding-ubuntu-one-files-support-to-your-app/ [21:21] but none of them treat the chunk upload problem [21:31] Pando, multi-part upload isn't supported [21:31] and there's no standard for it either [21:31] we haven't implemented any of the non-standards [21:31] so there's no resumable or multi-part uploads in U1 REST api [21:32] oh, ok [21:32] I was browsing the code of the ubuntu one client to try to find how it is done in it [21:32] then I thought it doesnt' use the api [21:33] right, the client uses it's own special API [21:34] well thanks for the answer, at least now I'm sure it isn't possible :) [21:36] np [21:43] beuno: do you plan to add multi-part upload some day ?