NastuzziSamy / files_external_gdrive

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

Does not work with Nextcloud 14 #30

Closed lazzurs closed 5 years ago

lazzurs commented 5 years ago

Hi,

I tried upgrading to Nextcloud 14 with this module installed and I was getting errors on unrelated modules. When I disabled this module suddenly the upgrade worked.

After the upgrade I tried again to enable the module and got a stream of errors in the nextcloud.log which I can provide if required.

r4sas commented 5 years ago

Same problem. Related log:

PHP Fatal error:  Interface 'OCA\Files_External\Lib\Config\IBackendProvider' not found in /apps/files_external_gdrive/lib/AppInfo/Application.php on line 32

However, I disabled module and after that enabled files_external app. After that all works.

Golffies commented 5 years ago

Similar issue here, with the very same error message. It got even worse, as it froze NextCloud. I had no way to remove the app through the command occ:disable, I must have to delete the ./apps/files_external_gdrive forlder to get back into control.

As a protective measure, the app should not be made available at all for NextCloud 14 in the app store.

changchichung commented 5 years ago

same here , and I cant disable that app , and can not download and enable any other apps now ..

livier commented 5 years ago

+1 On activation I get ; Client error: GET https://cloud.nastuzzi.fr/s/Da2XHGEJfq3SEWr/download resulted in a 404 Not Found response: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> 404 Not Found

Not Found (truncated...)

jcklpe commented 5 years ago

Same here. New installation is impossible. Following the download link results in a 404. It seems the link is dead?

Same result for the files-right-click app which is also made by @NastuzziSamy (many thanks to you for such a necessary UX improvement!)

It seems that there is perhaps something broken with his cloud or something else of the sort? I imagine that a manual installation would work though?

jcklpe commented 5 years ago

Ah here's an answer to the issue: https://github.com/NastuzziSamy/files_rightclick/issues/30

BudSun commented 5 years ago

+1 On activation I get ; Client error: GET https://cloud.nastuzzi.fr/s/Da2XHGEJfq3SEWr/download resulted in a 404 Not Found response: 404 Not Found

Not Found (truncated...)

I solved it by following the steps below. From git First, clone the repo git clone https://github.com/NastuzziSamy/files_external_gdrive.git Execute make install in the app directory And enable the app with php occ app:enable files_external_gdrive in the Nextcloud directory

NastuzziSamy commented 5 years ago

Hey guys, sorry for this, as I said here: https://github.com/NastuzziSamy/files_rightclick/issues/30#issuecomment-434241388 I uploaded my cloud with the next version of NC and Pretty urls were not working anymore..

Enjoy, it is up now, but be carefull with this package, still in beta and unstable