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
1
vote
1 answer
How to have S3, Cloudfiles, etc download a file directly from a URL?
I'm looking at having to transfer a lot of large files from a 3rd party system to a cloud based file storage system, such as Rackspace Cloudfiles or Amazon S3. I'm not limited to just using those two, however.
What I'm trying to find is a way to…

brightball
- 923
- 13
- 11
1
vote
0 answers
Why am I getting a SocketException when using ExtractArchiveFromFile
When I try to upload an archive to Rackspace Cloudfiles with openstacknetsdk, I get a System.Net.Sockets.SocketException, uploading the same file with CreateObjectFromFile works perfectly.
Sample code:
var rackspaceIdentity = new CloudIdentity {…

janv8000
- 1,569
- 2
- 19
- 33
1
vote
1 answer
Fatal error: Class 'OpenCloud\Rackspace' not found
For a custom application, I am trying to integrate Rackspace cloud files using php-opencloud library.
This is the link I followed for setup -https://github.com/srijanaravali/php-opencloud/blob/master/docs/getting-started.md
# Install Composer
curl…

fotuzlab
- 1,436
- 1
- 15
- 19
1
vote
0 answers
Rack space cloud files - download a file in a private container using PHP SDK
I would like to download a private file (a file in a private container) from rackspace cloud files just using the api.
I think it's possible to create a temporary hash/key, then redirect my logged user to an URL with this hash.
Is it possible?
How…

Tulio Faria
- 874
- 7
- 16
1
vote
2 answers
Delete a huge amount of files in Rackspace using fog
I have millions of files in my Rackspace Files. I would like to delete a part of them, passing lists of file names instead of deleting one by one, which is very slow. Is there any way to do this with fog? Right now, I have a script to delete each…

Daniel Cukier
- 11,502
- 15
- 68
- 123
1
vote
1 answer
Error 422 on uploading rackspace cloudfiles static large object
In reference to this: http://docs.rackspace.com/files/api/v1/cf-devguide/content/Uploading_the_Manifest-d1e2227.html
so I uploaded the following JSON via PUT command on Rackspace:
Body:
[
{
"path":…

pillarOfLight
- 8,592
- 15
- 60
- 90
1
vote
1 answer
Rackspace / Openstack PHP sdk CDN clearing out cache after upload
I am currently using an implementation of the php sdk for rackspace to upload files to a container called testcontainer. I am using a library that interacts with the sdk but I think I'll need to write it natively to accomplish what I'm looking for.…

eric MC
- 766
- 2
- 10
- 36
1
vote
1 answer
Rackspace CloudFiles HTTP Temp URL (Not HTTPS)
I have a rails application that allows users to upload audio and video. The audio and video are then delivered to our HTML5 App. We are using rackspace CloudFiles (private) to store all of the file and everything works nicely.
The problem is trying…

ehay
- 21
- 3
1
vote
1 answer
Rackspace FIles Folder 'Alias/Redirect'
I am trying to come up with a 'versioned' data system. The different groups of data I have will be updated at different intervals and are quite large (MAP TIFFS) so I'd like to avoid duplicating content as much as possible, we're talking around the…

Gyroscope
- 3,121
- 4
- 26
- 33
0
votes
1 answer
How to upload documents on Rackspace from Laravel 8.x
I am using Laravel 8.x for my new project and need support for a legacy Live web application in Zend, which uses the Rackspace CDN to store the files. So, I need to upload the files in Rackspace CDN from the new application in Laravel 8.x I can…

Sumit Tiwari
- 1
- 1
0
votes
0 answers
502 Proxy Error Node.js when using rackspace
Using pkgcloud to upload file to Rackspace Cloud files causing Request Timeout and then 502 error happens makes server unusable (stopped) but not crash.
My Code :
function processImage(req, reply) {
const options = {}
let imageName = null
let…

mandaputtra
- 922
- 3
- 18
- 36
0
votes
0 answers
Rackspace cloud taking too long to upload?
Im following rackspace example on file upload to cloud storage on docs. It is works but the upload are taking too loong. Like really longer! No matter what region do I use 17,kb file take more than 3sec is this actual behaviour of rackspace cloud,…

mandaputtra
- 922
- 3
- 18
- 36
0
votes
0 answers
Trying to convet base64 from a remote url that is on rackspace cloud
Hi I am trying to convert a remote image from rackspace cloud files to base64 but getting loading mixed active content in console . I also tried it with Canvas but gets - " Cross origin issue" error in console Please suggest.
var url =…

Avan
- 1
- 2
0
votes
0 answers
Upload to rackspace with django
I have a image upload website :
I want to upload my users photo(user upload image) to rackspace.com
But i dont have any information about upload to this site.
Tell me a way to upload my image to this server.

Omid Reza Heidari
- 658
- 12
- 27
0
votes
1 answer
InputStream empty? openStream the cause?
So I am using the Java SDK solution to download CloudFiles to a local host: here
I am able to find a test container, list what is in it and access/ write the files. But when I write them they don't have any of the data from the original files. They…

drawnitsud
- 55
- 11