Closed (fixed)
Project:
Create from Web
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2009 at 12:21 UTC
Updated:
18 Jun 2010 at 22:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
Abi-1 commentedComment #2
brevity commentedThanks for that! When I remove the the "? >" at the end of the .inc it works for me! These blank screens (possibly triggered by trailing whitespace (?) are a somewhat often seen/well known Drupal issue...)
[edit] You might change the amazonresults array keys to ease mapping process to cck fields, eg:
"title" => ...
"authors" => ...
"Publisher" => ...
"Year" => ...
Comment #3
asb commentedUsing this operator as
operator_amazon.incresults in:What's going wrong?
Comment #4
brevity commentedopening that url says
MissingParameterThe request must contain the parameter Signature.do u have an own amazon api key -- i guess u have to specify some credentials in the amazon operator inc
Comment #5
asb commentedYes, and I put in into
$AccessKey = 'MY KEY';. Probably something else is invalid, e.g.$Version = "2008-08-19";... well, or most probably anything else ;-(Comment #6
alvinlb commentedDid you specify the AWS Access key AND the AWS secret key?
Comment #7
asb commented@alvinlb (#6):
> Did you specify the AWS Access key AND the AWS secret key?
I believe so. But after reading https://aws-portal.amazon.com/gp/aws/developer/account/index.html?ie=UTF... I'm not so sure anymore, what keys I have for which Amazon service, and which would be valid for this "Create from Web" operator. When logging in at aws.amazon.com, they try to force me to create an EC2 account, there is no "settings" where I could look up the key.
http://s3.amazonaws.com/mturk/tools/pages/aws-access-identifiers/aws-ide... points me to http://www.amazonaws.com which redirects to a registration form. That one allows me to log in as a previous user and then tells me "We noticed you previously created an Amazon Web Services account." Indeed, but it doesn't tell any available keys.
So basically I have no idea how to verify that fu***** key.
Greetings, -asb
Comment #8
alvinlb commentedHey asb,
if you log in here
https://www.amazon.com/ap/signin?openid.ns=http%3A%2F%2Fspecs.openid.net...
you should go straight to your security credentials page? Which should show you your access key id and your secret access key?
Comment #9
alvinlb commentedasb,
with the operator attached above by abi, i get the same error..
try with this one..
Comment #10
asb commented@alvinlb:
Thanks, the operator from #9 works like a charm:
Niiiiice!
-asb