I am having an issue uploading to Rackspace Cloudfiles. I am able to upload anything that is text based (text/html, text/plain etc) but anything else I try fails with the MisMatchedChecksumException
Is the \'delimiter\' query parameter implemented i开发者_StackOverflow中文版n the c# (.NET) library? I could not find it.
(1) I can list the files on a folder this way: var parameters = new Dictionary<GetListParameters, string>();
I am trying to setup a download link for a file management system built on Rails 3 using the paperclip-cloudfiles gem. The send_file method works great when hosting files locally, but I need to use th
When trying to upload files to rackspace cloudfiles, I am getting this error. I tried to trace the source of error and I assume that it is coming from this line of code:
Any idea why the following code $auth = new CF_Authentication(USERNAME, API_KEY, NULL, UK_AUTHURL); is giving me
I\'m using the cloudfile module to upload files to rackspace cloud files, using something like this pseudocode:
I\'m acquiring image objects from a remote server, then attempting to upload them to Rackspace\'s Cloud Files using their API.Wondering a) how I can make this process more efficient, and b) assuming I
I have to migrate off Rackspace to Amazon. I have a big rails app that has saved lots of files on Cloudfiles and I ll have to export them to S3.
I want to check for the existence of a file on the CDN through my site\'s code via the Rackspace Cloud API.