devdetour / TelegramFUSE

A FUSE filesystem written in Python for reading and writing files to and from Telegram.
307 stars 36 forks source link

Throws error when trying to mount to directory #9

Closed ayaanmd100 closed 7 months ago

ayaanmd100 commented 7 months ago

image

devdetour commented 7 months ago

Hi, per the error message, you need to update /etc/fuse.conf to enable the user_allow_other option. Let me add this to the readme.