In the MyCloudDB web interface add a write tokens function so we can mininize the logins.


imho, the more correct approach is:

procedure TMyCloudDbClientDataset.WriteTokens(t: string);
begin
  FDBProxy.DB.AccessToken := t;
  FDBProxy.DB.WriteTokens;
end;