Closed (won't fix)
Project:
Storage API
Version:
6.x-1.2
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Dec 2010 at 12:33 UTC
Updated:
23 Aug 2014 at 15:38 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jbrown commentedYou can't - in Drupal 6 storage_api needs to be called directly from a module.
I'm developing a bridge module for Drupal 7 so that file field, image field and image styles will work with storage api.
Comment #2
nextmola commentedSo there is no way to do this in Drupal 6? Even with a special module?
Comment #3
nextmola commentedWhich modules do support it?
Comment #4
Rhino commentedsubscribing.
Comment #5
dppeak commentedsubscribing
Comment #6
fadgadget commentedI think this should help you
http://drupal.org/project/bd_video
Comment #7
fadgadget commentedAlso if you are using Rackspace UK rather than the USA site then you will need to change-
sites/all/modules/storage_api/services/rackspace/php-cloudfiles/cloudfiles.php
Line 137
from
function __construct($username=NULL, $api_key=NULL, $account=NULL, $auth_host=US_AUTHURL)
to
function __construct($username=NULL, $api_key=NULL, $account=NULL, $auth_host=UK_AUTHURL)
Ive been told to mention that "Rackspace normally just allows you to specify the AUTHURL in the constructor, but this just changes the default for Ease of Use.".
Hope it helps someone.
Comment #8
alanmackenzie commentedIgnore this wrong ticket.
Comment #9
alanmackenzie commentedIgnore this incorrect ticket first time.
Comment #10
perignon commentedI am a new co-maintainer for Storage_API. Drupal 6 is coming toward end of life as soon as D8 is released which should be by the end of 2014. Due to that, I am going to be closing all 6.x issues as it's a hurdle too far to overcome with the amount of issues in the queue against this module.