Thanks for the great plugin. How to track Drive upload/download progress? I can't find any www.uploadProgress or www.uploadedBytes handlers
Viewing post in Google Sheets for Unity comments
There is none at the moment! I will add upload progress tracking on next update, thanks a lot for bringing this up.
Download progress handling can be more trickier given that Google uses chunked encoding on responses, and thus, there is no Content-Length header which is required by Unity API to monitor progress.
I will work on it for the next update, which will be after finishing my current project, a simple but effective chat extension for Unity.