I use Google App Engine and now want to allow user upload to my site. Because I don't really like idea to store binary files in blobstore, I decide to use Rackspace CloudFiles for this. But I stuck with that fact, that CloudFiles bindings using javax.net.ssl.HttpsURLConnection (new Scheme("https", SSLSocketFactory.getSocketFactory(), 443)) in FilesClient) that restricted with GAE.

Does anyone have a solution for solving this problem? Or maybe you used some other solutions, not GAE+Rackspace. Give me your advice, please.

link|improve this question

75% accept rate
2  
Why you don't like the idea of storing the file in the blobsotre? – Shay Erlichmen Oct 4 '11 at 7:00
1  
Also version 1.5.5 of GAE will support Google Storage – Shay Erlichmen Oct 4 '11 at 7:09
Just don't like idea of storing big data like this :) thanks for GAE 1.5.5 information! – Donotello Oct 4 '11 at 11:00
1  
hm, isn't it designed exactly for this case? – Igor Artamonov Oct 4 '11 at 11:48
yep, but blob-file is strange for me. may be i need to just get used to it. – Donotello Oct 4 '11 at 12:29
show 1 more comment
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.