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?