mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
bcf615af6c
This is a bit of an ugly way of saying 'I dont support queued exports'. The google plugins need a valid user session in order to export to the google services, thereforce we are forcing the export to be interactive and not queued through cron, as this wont work in the current implmenetation. It's possible we could add offline access to the plugins, but I don't believe it is worth the benefit for the additional complexity.