File uploads don't work against on remote API calls
Open
- Dominant language
- Python
- Stars
- 212
- Forks
- 81
- PR merge metrics
- No merged PRs in 30d
Description
Tested against CKAN 2.7 and master, the following doesn't work for me:
```
ckanapi action resource_create package_id=9222f234-2839-4864-8463-03dca09d6237 \
name="Test upload API 35" \
upload=@/home/adria/Downloads/valid.csv \
-a XXXX \
-r http://localhost:5000
```
It creates the resource, but no file is nowhere to be seen.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.