Rackspace Cloud Files™ is an affordable, redundant, scalable, and dynamic storage service offering. The core storage system is designed to provide a secure, network-accessible way to store an unlimited number of files.
Questions tagged [rackspace-cloudfiles]
51 questions
0
votes
1 answer
Error calling to the cloud jclouds
So I am trying to download files on a rackspace server to my local server. It is laid out here. For some odd reason, I am trying to make the initial call to the cloud and it is giving me some serious feedback. No idea where to go from here. I've…

drawnitsud
- 55
- 11
0
votes
1 answer
Exception Received Retry Command Error:Unexpected response ():
we have a cron that runs a PHP script that processes xml files including processing images. (pulling them from a web address, resizing them and then uploading to CloudFiles.
we are finding that after 220 or so images that we get an error: Exception…

PIO CODER
- 1
- 2
0
votes
1 answer
Rackspace OpenCloud File PHP API nested containers problems
Hi I am currently using the Rackspace OpenCloud File PHP API for the file storage in a different project however I have a requirement to use nested containers.
I have a piece of software on a local pc which is mapped to a container called /Act/
I…

Ryan
- 161
- 2
- 14
0
votes
1 answer
Error uploading attachment : The item was not found or does not exist
I m using RackSpace to upload email attachments. This is how I m trying to upload it to RackSpace Cloud:
//Skipped Authentication Setup
string containerName = ConfigurationManager.AppSettings["ContainerName"];
using (var stream = new…

ashhad
- 163
- 1
- 7
- 18
0
votes
1 answer
With Rackspace cloud files using .Net SDK, is there a way to continue a failed upload where it left off?
I'm currently using Rackspace cloud files for backing up files, some that can be rather large, and I would like to avoid having to start from the beginning every time there is a failure in the network. For example, some time ago my log showed a 503…

Gabrielle R
- 23
- 7
0
votes
1 answer
Jclouds Rackspace Cloud Files service net
Is it possible to use the servicenet when using the cloud files api in Java? Currently I'm using it as follows:
ContextBuilder cb = ContextBuilder.newBuilder(config.getProvider())
.credentials(config.getUserName(),…

se7entyse7en
- 4,310
- 7
- 33
- 50
0
votes
1 answer
Selecting a specific node in JSON using Appcelerator Titanium
Hopefully an easy question for you.
I have an API service from Rackspace which I call, recently they changed the order of some of the responses, meaning part of my app would no longer upload images to the correct POST url.
I've put a temp fix in…

Simon Hume
- 982
- 3
- 11
- 27
0
votes
1 answer
Uncompress file on Rackspace cloud files container for CDN
I have created a Rackspace account earlier today for CDN to serve my Opencart images from Rackspace.
I have created a container where i will upload over 500,000 images, but prefer to upload them as a compressed file, feels more flexible.
If i upload…

magzen
- 15
- 1
- 3
0
votes
1 answer
How can I upload whole folder instead of one by one file in rackspace
Right now i am using threading like this but it is slow. What I am looking to upload a folder api.
def run(self):
"""Starts the uploading thread."""
try:
for file_name in self.files["thumbs"]:
…

jayprakashstar
- 395
- 2
- 12
0
votes
2 answers
How to get Rackspace Cloud object header
I am trying to update header data of some Rackspace objects i have uploaded. Example header attribute like: X-Object-Meta-name
But to do that, currently i need to download the whole object and parse the header from the downloaded object. Then do…

Obaida.Opu
- 444
- 1
- 4
- 18
0
votes
1 answer
Why do I get "Access-Control-Allow-Origin" when downloading a file via AJAX when the header is already set?
I have an image hosted on a CDN via Rackspace Cloud Files. I have the "Access-Control-Allow-Origin" header set to "*":
curl -I…

Chad Johnson
- 21,215
- 34
- 109
- 207
0
votes
1 answer
How to get folder size from folder inside Rackspace Cloud Files container using PHP?
Basically I have created a container inside Rackspace Cloud Files, lets say work. Inside work I have so many folders by username (dynamic folders as new users register and allocate 1 GB of space). Every time a user uploads a file, I want to check…

kamlesh.bar
- 1,774
- 19
- 38
0
votes
1 answer
'identity.api.rackspacecloud.com' randomly throws 'The remote name could not be resolved' exception
I am accessing Rackspace Cloud APIs.
I have one api call which authenticates me on the rackspace cloud.
The method works perfectly, however, from time to time, i get this exception, randomly :
The remote name could not be resolved:…

Catalin
- 11,503
- 19
- 74
- 147
0
votes
1 answer
OpenStack SDK GetObjectSaveToFile Headers
I am trying to download a file using the openstack sdk from rackspace files. If the file already exists I want to use the range header to continue writing where it left off. According to their documentation this can be accomplished. The openstack…

dtascher
- 95
- 1
- 7
0
votes
1 answer
How do you create / delete containers with laravel-rackspace-opencloud?
I'm using the laravel-rackspace-opencloud package to manage files on RackSpace's cloud files platform. Is it possible to use this library to create / delete file containers? I've not been able to find an example of this, and the README only seems to…

Dan Murfitt
- 1,029
- 2
- 12
- 26