Hi, I'm trying to upload files via REST-API but it is not working. In the way i'm doing the requests the items are being successfully created but without any file.
To do the tests i'm using Curl with the following options: curl -v -k -i -4 \ -H "Content-Type: application/zip" \ -H "rest-dspace-token: " \ -X POST https://localhost:8443/rest/collections/1/items \ [email protected] The content of file "request.xml" is the end of the message. I wrote it based on the result of a GET_ITEM request of an item submitted via XMLUI API. I'm using Dspace-master branch (5.0 Rc3), installed of Ubuntu 14.04. Does anyone knows how to do it? Am I doing the request correctly? Any tips? I've already tried to send zip files but it fails with a message of "Unsupported media type"... Thanks! -------------------------------------------------------------------------------- <item> <name>TITLE</name> <type>item</type> <archived>true</archived> <bitstreams> <id>1</id> <name>servicedocument</name> <type>bitstream</type> <bundleName>ORIGINAL</bundleName> <checkSum checkSumAlgorithm="MD5">63634883c3cc2b837895c3b8bda9e815</checkSum> <description>SERVICE_DOCUMENT</description> <format>Unknown</format> <mimeType>application/octet-stream</mimeType> <retrieveLink>/bitstreams/1/retrieve</retrieveLink> <sequenceId>1</sequenceId> <sizeBytes>2758</sizeBytes> </bitstreams> <lastModified>2015-01-08 14:54:48.816</lastModified> <metadata><key>dc.contributor.author</key><value>ULTIMO, PRIMEIRO</value></metadata> <metadata><key>dc.date.issued</key><value>1234-12-12</value></metadata> <metadata><key>dc.identifier.citation</key><language>pt_BR</language><value>CITATION</value></metadata> <metadata><key>dc.description</key><language>pt_BR</language><value>DESCRICAO</value></metadata> <metadata><key>dc.description.abstract</key><language>pt_BR</language><value>ABSTRACT</value></metadata> <metadata><key>dc.language.iso</key><language>pt_BR</language><value>pt_BR</value></metadata> <metadata><key>dc.publisher</key><language>pt_BR</language><value>PUBLISHER</value></metadata> <metadata><key>dc.title</key><language>pt_BR</language><value>TITULO</value></metadata> <metadata><key>dc.title.alternative</key><language>pt_BR</language><value>OUTROS_TITULOS</value></metadata> <metadata><key>dc.type</key><language>pt_BR</language><value>Dataset</value></metadata> <withdrawn>false</withdrawn> </item> -------------------------------------------------------------------------------- -- Bruno Nocera Zanette +55 41 9992-2508 ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

