ckan / ckanapi

A command line interface and Python module for accessing the CKAN Action API
Other
176 stars 74 forks source link

Fix dump for private resources #194

Closed frafra closed 2 years ago

frafra commented 2 years ago

Dumping private resources produces an HTML containing a "Not Found" error generated by CKAN, often gzipped. ckanapi does not seem to detect such error, and populate the newly created file with garbage. I added authentication support when fetching uploaded resources. Fix #150 (voted by 3 other users).