NastuzziSamy / files_external_gdrive

[BETA - UNSTABLE] GDrive external storage for NextCloud
GNU Affero General Public License v3.0
78 stars 24 forks source link

Fix relative path to gdrive.js #59

Closed wankdanker closed 2 years ago

wankdanker commented 4 years ago

The relative path was not correct on my installation to load the gdrive.js file. The incorrect path was causing nextcloud to redirect to it's default page for the user which is text/html. This caused the error mentioned here.

And since the gdrive.js file was not loading, the Grant Access button was not working.

After applying this fix, Grant Access works.

https://github.com/NastuzziSamy/files_external_gdrive/issues/55