diff --git a/libgrive/src/drive2/Entry2.cc b/libgrive/src/drive2/Entry2.cc index 9e9ce7a..75f7d96 100644 --- a/libgrive/src/drive2/Entry2.cc +++ b/libgrive/src/drive2/Entry2.cc @@ -66,7 +66,7 @@ void Entry2::Update( const Val& item ) m_is_removed = file["labels"]["trashed"].Bool() ; if ( !m_is_dir ) { - if ( !file.Has( "md5Checksum" ) ) + if ( !file.Has( "md5Checksum" ) || !file.Has("downloadUrl") ) { // This is either a google docs document or a not-yet-uploaded file. Ignore it. // FIXME: We'll need to compare timestamps to support google docs.