hschauhan / gosync

An Opensource Google Drive client written in Python
https://hschauhan.github.io/gosync/
GNU General Public License v2.0
281 stars 57 forks source link

Added Regular expression check for Google documents #52

Closed hschauhan closed 3 years ago

hschauhan commented 3 years ago

Google documents supports third-party applications that can create document in Google driver. GoSync doesn't support download/upload of such and Google documents. Each application can have its own signature so mime-list won't work. Each application start with same string, so changing mime list to regex based search.

Signed-off-by: Himanshu Chauhan hschauhan@nulltrace.org