Closed pmcq closed 8 years ago
Hardcoded check to determine upload/download of file: https://github.com/algorithmiaio/algorithmia-cli/blob/master/src/data/cp.rs#L50
+1
until this is fixed, if you just need to download a file, algo cat dropbox://foo/bar > bar does work. There is no current work-around for uploading to connectors with the CLI.
algo cat dropbox://foo/bar > bar
Hardcoded check to determine upload/download of file: https://github.com/algorithmiaio/algorithmia-cli/blob/master/src/data/cp.rs#L50