cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Load JSON data from URL with Aura DB service?

Hello,

I'm attempting to load data into a managed Neo4j AuraDB instance. As per this guide, [Data Import with Neo4j AuraDB - Developer Guides](https://Aura data import), some of the standard import options are limited on Aura. However, the article suggests I should be able to use the APOC import procedures.

I tried to use apoc.load.json and apoc.load.jsonParams but am faced with config errors like this one: "Failed to invoke procedure apoc.load.json: Caused by: java.lang.RuntimeException: Import from files not enabled, please set apoc.import.file.enabled=true in your apoc.conf"

Is it possible to change the apoc.conf file when using the managed Aura service?

1 REPLY 1

Hey Andrew, were you able to solve this ?