GlobalDataverseCommunityConsortium / dataverse-previewers

A collection of Datafile Previewers that can be configured to work with Dataverse
MIT License
13 stars 39 forks source link

avoiding {"status":"ERROR","message":"scope is required."} #9

Closed pdurbin closed 5 years ago

pdurbin commented 5 years ago

Hello! Please be advised that the next version of Dataverse (after 4.16) will require a "scope" of "file" for your manifest file to be loaded into Dataverse. In my testing of other tools, I've been putting "scope" right above "type", like this:

"scope": "file",
"type": "explore",

You don't need to worry about backward compatibility. Dataverse 4.16 and below will happily accept "scope". What we are trying to avoid is {"status":"ERROR","message":"scope is required."} on newer versions of Dataverse.

qqmyers commented 5 years ago

added...

pdurbin commented 5 years ago

Thanks, @qqmyers !!