[Iplant-api-dev] mkdir errors on io-v1/io
Jennewein, Douglas M
Doug.Jennewein at usd.edu
Mon Sep 23 14:47:48 MST 2013
Trying to create a new directory as bioextract fails:
$ curl -X PUT -u "bioextract:xxx" -d "dirName=testdir123&action=mkdir" https://foundation.iplantcollaborative.org/io-v1/io/bioextract/
{"status":"error","message":"The server understood the request, but is refusing to fulfill it","result":null}
Running curl again with -v showed the response is a 403 error.
However, running the same command with my account seems to work normally:
$ curl -X PUT -u "djennewe:yyy" -d "dirName=testdir123&action=mkdir" https://foundation.iplantcollaborative.org/io-v1/io/djennewe/
{"status":"success","message":"","result":{}}[djennewe at osmonds ~]$
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iplantcollaborative.org/pipermail/iplant-api-dev/attachments/20130923/b3997567/attachment.html
More information about the Iplant-api-dev
mailing list