Google Drive - Upload progress event not triggered

Using TTMSFMXCloudGDrive, I can upload files to Google Drive, but the OnUploadProgress event is never triggered.


This event does not seem to be used in the Demo, and there is only one reference to it in the manual which is a general comment.

I simply put a showmessage in the event to see if it was ever triggered, which it wasn't.

Hi, 


Can you please provide the following information so I can further investigate this?
- The version of Delphi you are using
- The platform(s) for which the issue occurs (Windows, Mac, iOS or Android)

Sorry, I should have provided that...


Delphi 10.1 Berlin Update 2
Running on Android 5.0.2 (Galaxy Tab S2)

Unfortunately, the implementation based on the Android operating system HTTP APIs currently does not allow progress feedback during HTTP requests, while this is on Windows a different HTTP API we use that allows this. It's on our todolist to investigate alternative HTTP API use that allow progress tracking also for Android.

Is this mentioned in the manual anywhere? It may have saved me some time if I had read it.

Hi,


The manual will be extended to include a warning that this function is not available on Android.
Thank you for notifying.