Arjun

Results 66 comments of Arjun

Going to be this way till the default PDF viewer is switched out for a different one mostly [pdf.js](https://github.com/mozilla/pdf.js)

Custom PDF viewer now respects download permission.

The `drive_document` doctype doesn't currently support being downloaded. It's saved as a [base64](https://github.com/frappe/drive/blob/b095cd5b3ebd1f18b255ffbdf66b99933260ec5d/drive/drive/doctype/drive_document/drive_document.json#L20-L23) string from a [binary CRDT](https://github.com/yjs/yjs/tree/master) https://github.com/frappe/drive/blob/cb09f99de669d20a862b8193a728080af44c45f8/frontend/src/components/DocEditor/TextEditor.vue#L284-L288 https://github.com/frappe/drive/blob/b095cd5b3ebd1f18b255ffbdf66b99933260ec5d/frontend/src/pages/Document.vue#L103-L109 All of this is done to support real time editing....

An activity log. Yes indeed this is something that's planned.

Could you share the Framework version please?

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

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...

> child folder not working. Check if this child folder is shared with any group?

Currently, all columns in listview are sortable. I don't see how the location of the file is sortable. Keep this open, can circle back if this gets more interest. I...

Yeah this can just be a simple toast for now. The `UNDO` action might require a lot more I think.