Google Drive Delphi Component Version History

  • GDDC 4.8 Mar 30, 2023

    Added: Support for proxy servers that require authentication

    Added: Ability to set proxy server type (HTTP, SOCKS)

  • GDDC 4.7 Mar 27, 2023

    Added: Ability to work with files and folders stored in application data folder ('appDataFolder')

    Fixed: Couple of very minor bugs

  • GDDC 4.6 Aug 25, 2022

    Added: Switch from a legacy OAuth out-of-band (OOB) flow to a more secure loopback redirect URI - http://localhost:{port}

  • GDDC 4.5.1 Jan 18, 2022

    Fixed: Clearing up of an access token from the previous account when swithing accounts and setting up another refresh token during the same sesstion

  • GDDC 4.5 Nov 04, 2021

    Added: Delphi 11 Alexandria support

  • ODDC 4.4.1 Jul 02, 2021

    Fixed: Inability of the component to correctly search for files/folders containing Unicode symbols in their names

  • ODDC 4.4 Apr 12, 2021

    Added: New authorization method via the auto-call feature from the default browser in the system

    Improved: Removed the legacy authorization method through the Delphi's TWebBrowser component not supported by Google anymore

  • ODDC 4.3.1 Feb 23, 2021

    Improved: Striping out of all non-standard text characters from files and folders names

  • GDDC 4.3 Aug 04, 2020

    Added: Delphi 10.4 Sydney support

  • GDDC 4.2.1 Jun 09, 2020

    Fixed: Inability to download certain types of files

    Fixed: Couple of other very minor issues

  • GDDC 4.2 Jun 09, 2020

    Added: Ability to search for specific files or folders using query strings

  • GDDC 4.1.2 Feb 10, 2020

    Fixed: A minor memory leak

  • GDDC 4.1.1 Feb 04, 2020

    Improved: Authentication through the Delphi's TWebBrowser component, when the latest available IE rendering engine in the system is chosen for best experience

  • GDDC 4.1 Sep 09, 2019

    Added: Ability to return the file/folder owner´s name and email address

  • GDDC 4.0 June 08, 2019

    Added: Support for the latest Drive API version v3

    Added: The component now supports Google Team Drives (shared drives)

  • GDDC 3.11 May 06, 2019

    Fixed: HTTP 400 bad request error when trying to upload files with some specific extensions (like *.cat)

  • GDDC 3.1 Jan 21, 2019

    Added: Delphi 10.3 Rio support

  • GDDC 3.04 Oct 30, 2018

    Improved: Compatibility with the TLS protocol versions 1.2 and 1.3

  • GDDC 3.03 Sep 27, 2018

    Improved: Secure connection support via HTTP proxy (a proxy server needs to support SSL)

  • GDDC 3.02 Sep 03, 2018

    Improved: Compatibility with Delphi versions not natively supporting Unicode

  • GDDC 3.01 Feb 12, 2018

    Improved: Compatibility of the component with the Chinese Windows versions

    Fixed: Couple of minor issues

  • GDDC 3.0 May 10, 2017

    Added: Delphi 10.2 Tokyo support

  • GDDC 2.9 Jan 26, 2017

    Added: Ability to work with shared files and folders

  • GDDC 2.8 Dec 15, 2016

    Added: Ability to choose which format an uploaded file should be saved in on the service

    Improved: The way the compiled demo example saves downloaded files

    Fixed: Couple of minor issues

  • GDDC 2.7 Sep 15, 2016

    Added: A new type of authorization (much simpler for the end user) through Delphi’s TWebBrowser

  • GDDC 2.6 Jun 15, 2016

    Added: Delphi 10.1 Berlin support

  • GDDC 2.5 Dec 21, 2015

    Added: Delphi 10 Seattle support

  • GDDC 2.4 Jul 09, 2015

    Added: UserPermission property

    Added: Shared property

    Added: Owners property

    Fixed: Couple of very minor issues

  • GDDC 2.3 Nov 07, 2014

    Added: Delphi XE7 support

  • GDDC 2.2 Jul 07, 2014

    Added: Delphi XE6 support

  • GDDC 2.12 Nov 26, 2013

    Fixed: Download not always working correctly for large files

    Fixed: Couple of other small issues

  • GDDC 2.11 Oct 21, 2013

    Improved: URL encode of the scope parameter in order for it to work with all browsers

    Improved: Use of nextLink instead of the nextPageToken value in TGoogleDrive.FindFirst

    Fixed: Returning the pointer only to the first entry in the last list when creating separate lists for each page of results

  • GDDC 2.1 Feb 05, 2013

    Added: Ability to update existing files

  • GDDC 2.0 Jan 09, 2013

    Updated: The component now supports and works with the new Google Drive API

  • GDDC 1.01 Mar 06, 2012

    Added: Feature to publish/unpublish documents (public on the web visibility option)

  • GDDC 1.0 Dec 01, 2011

    Initial release

Contents

GDDC 4.8Mar 30, 2023

GDDC 4.7Mar 27, 2023

GDDC 4.6Aug 25, 2022

GDDC 4.5.1Jan 18, 2022

GDDC 4.5Nov 04, 2021

GDDC 4.4.1Jul 02, 2021

GDDC 4.4Apr 12, 2021

GDDC 4.3.1Feb 23, 2021

GDDC 4.3Aug 04, 2020

GDDC 4.2.1Jul 21, 2020

GDDC 4.2Jun 09, 2020

GDDC 4.1.2Feb 10, 2020

GDDC 4.1.1Feb 04, 2020

GDDC 4.1Sep 09, 2019

GDDC 4.0June 08, 2019

GDDC 3.11May 06, 2019

GDDC 3.1Jan 21, 2019

GDDC 3.04Oct 30, 2018

GDDC 3.03Sep 27, 2018

GDDC 3.02Sep 03, 2018

GDDC 3.01Feb 12, 2018

GDDC 3.0May 10, 2017

GDDC 2.9Jan 26, 2017

GDDC 2.8Dec 15, 2016

GDDC 2.7Sep 15, 2016

GDDC 2.6Jun 15, 2016

GDDC 2.5Dec 21, 2015

GDDC 2.4Jul 09, 2015

GDDC 2.3Nov 07, 2014

GDDC 2.2Jul 07, 2014

GDDC 2.12Nov 26, 2013

GDDC 2.11Oct 21, 2013

GDDC 2.1Feb 05, 2013

GDDC 2.0Jan 09, 2013

GDDC 1.01Mar 06, 2012

GDDC 1.0Dec 01, 2011