bedatadriven / activityinfo-R

ActivityInfo R Language Client
https://www.activityinfo.org/support/docs/R/
17 stars 12 forks source link

getQuantityTable() no longer works correctly #115

Closed akbertram closed 7 months ago

akbertram commented 7 months ago

The getQuantityTable() function used paste() function to assemble the URL of the result of the export for download. This led to a download URL with a double forward slash, e.g. //resources/jobs/xyz/123/test.txt.

Previously, the ActivityInfo server accepted this, but with the migration to the new architecture, this (correctly) results in a 404.