Google Drive

Hi TMS,


I have a problem with Google Drive Cloud.

The file downloaded is replaced with "

We're sorry...

... but your computer or network may be sending automated queries. To protect our users, we can't process your request right now.

"
Please help

Hi,


Please note that v3.5.5.0 contains a fix for Google Drive download issues due to recent API changes.
Can you please make sure you are using the latest version of TMS FMX Cloud Pack?

Yes, that was it

Thank you!

Thank you for confirming the issue was resolved.

Hi Bart,

after some month of no problem swith Google Drive, the problem is back.
Every file I download with your component, I will get a text file with:

We're sorry...

... but your computer or network may be sending automated queries. To protect our users, we can't process your request right now.

Currently I use TMS Cloud Pack V4.0.7.1 and TMS FMX Cloud Pack V3.6.0.1 which should solve this problem. Is there possible a new Google API change?

Hi Bart,

ignore my post. That was a failure of mine.
In CloudCustomWinLive.pas I commented out the following lines (like in OneDrive) to solve another problem, but thats wrong. i changed it back to original state and it works as expected again.

//  {$IFDEF FMXLIB}
  + 'client_secret=' + URLEncode(App.Secret) + lf
//  {$ENDIF}