You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ENV['API_URL'], ENV['API_TOKEN']].any?(&:nil?)
puts "Exiting -- This script must be run when accompanied with files named '.env.dataverse' and 'dataverse_api_interface.rb' in the same folder as the script."
puts "That file must contain the assignments below:"
puts " API_URL=<api's url up to and including '/api'>"