I want to export the imagecollection by 'geemap.ee_export_image_collection_to_drive()', and I got this: Error: Exported image is too big (64240321180032 bytes > 64000000000000). (Error code: 3)
All the images in collection are useful so it's better not to use clip() or reduceRegion().
So how to export an image using geemap.ee_export_image_collection_to_drive() if it is bigger than the max bytes?