Grive / grive

an open source Linux client for Google Drive
http://www.lbreda.com/grive/start
GNU General Public License v2.0
1.59k stars 378 forks source link

File Name too long when sync #300

Open szhigunov opened 9 years ago

szhigunov commented 9 years ago

36, "File name too long"[boost::errinfo_file_name_] = ./Учеба/Правила прийому до Національного технічного університету України «Київський політехнічний інститут» в 2012 році Національний технічний університет України.pdf [boost::errinfo_api_function__] = open

jamiis commented 7 years ago

Has this ever been addressed? "File name too long" is a check/error that seems over the top to me. File names have the potential to be extremely long.

vitalif commented 7 years ago

for most linux filesystems filename length limit is 255 bytes... so there's nothing grive can do with it (except truncating)