hevelius / files_external_onedrive

:mega: :floppy_disk: External storage support for Microsoft OneDrive
GNU General Public License v2.0
72 stars 22 forks source link

NC23 stopped after updating #68

Open Dickschieder opened 2 years ago

Dickschieder commented 2 years ago

Hello,

i updated to NC23 with active App. After that my NC stopped and I can't reach the frontend and backend. I removed the folder in Apps folder. After that nextcloud is running, but I have still the entry in external spaces. How can I remove it? image

Dickschieder commented 2 years ago

After a lot of trys, my problem is solved. I deleted the entry in the console

Here is what I did: cd /var/www/nextcloud sudo -u www-data php occ files_external:list

get the entry number of the wrong entry image

sudo -u www-data php occ files_external:delete [ID]

[y]

finish and happy

nimaam commented 2 years ago

add file and set the permission: (everything worked for me after fix this, unfortunately in version23 they remove a class but the onedrive external files plugin use that class, so thanks to you all developers for care the plugins) name of: Flysystem.php in the path of : /var/www/html/nextcloud/lib/private/Files/Storage/ and you can find the content of file here: https://github.com/nextcloud/queue/blob/06ce13892ecba4de72d4d7623df5c26f51561172/vendor/illuminate/filesystem/FilesystemManager.php