frappe / drive

100% open source file storage, sharing, and collaboration
https://frappe.io/drive
GNU Affero General Public License v3.0
299 stars 134 forks source link

Not able to upload and create files and filder. #217

Closed PITPL-Akshay-Prajapati closed 5 months ago

PITPL-Akshay-Prajapati commented 5 months ago

From last update can't able to upload and create files and folders. getting issue as below upload_error

uhrjun commented 5 months ago

Could you share the Framework version please?

uhrjun commented 5 months ago

Should be fixded https://github.com/frappe/drive/commit/f3e491cd07592d8ce94b2a0a8d739773d7d8dd73. Update

PITPL-Akshay-Prajapati commented 5 months ago

in frappe and erpnext version 14

PITPL-Akshay-Prajapati commented 5 months ago

getting following error now. image

uhrjun commented 5 months ago

Fixed the root cause so it won't happen again: https://github.com/frappe/drive/commit/91c442c077b33713277dcc04776a4d55215cbd4f

The parent folder you're uploading to is shared with a group that no longer exists. So when you upload the file it fails to inherit the permissions.

Two ways to fix:

PITPL-Akshay-Prajapati commented 5 months ago

I don't have created any user group yet and when i uploading file in parent folder, uploading successfully but in child folder not working. image

uhrjun commented 5 months ago

child folder not working.

Check if this child folder is shared with any group?