Hi all,
We are trying to run the automated transfer python code available on github, and get the following message:
params: {u'username': u'ckan', u'api_key': u'api_key_is_here'}
data: {u'paths[]': ['Mjk2YTY2MDMtZGM4Ny00NzFkLTg1YzgtMThhZDNhMTBhZWM5OjI0Mjk='], u'type': u'dspace', u'name': u'2429', u'row_ids[]': [u''], u'accession': None}
(u'Response: ', <Response [403]>)
(u'Unable to start transfer.',)
(u'Response: ', {u'message': u'Host/IP xxx.xx.xxx.xxx not authorized.', u'error': True})
(u'Transfer:', None)
the username and api_key are correct. I can log in to the Storage Services and the main site with this user, AOK. But, when trying to run the transfer.py code, the above messgae is received. The IP address is actually given, I have replaced it with x's. The api_key again is definitely correct.
Thanks for all help given.
Timothy