uploadFile -> Error: $ operator is invalid for atomic vectors #80
-
Hi Emmanuel
what am I still doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @bonushenricus i've converted this in discussion (feel free to open one for questions, we use more issues for enhancements/new features or bug fixing), although here the documentation has to be updated here. In the past the
|
Beta Was this translation helpful? Give feedback.
-
Thanky you. It works! |
Beta Was this translation helpful? Give feedback.
Hi @bonushenricus i've converted this in discussion (feel free to open one for questions, we use more issues for enhancements/new features or bug fixing), although here the documentation has to be updated here. In the past the
id
had to be used. It can still be used with therecordId
argument ofuploadFile
method, but in that case the old upload API will be used.Please use the
record
argument, which will enable the new upload API (bucket-based), in that way:zenodo$uploadFile('/yourfile', record = myrec)