I have a valid Google OAuth2 accesstoken
how can i set it to TTMSFNCCloudGoogleDrive component
and use it without authentication to google
then get list of files and send a file to a directory on google drive
I have a valid Google OAuth2 accesstoken
how can i set it to TTMSFNCCloudGoogleDrive component
and use it without authentication to google
then get list of files and send a file to a directory on google drive
Hi,
You can assign your access token to TMSFNCCloudGoogleDrive1.Authentication.AccessToken.
As long as your access token remains valid you'll have access to the Google Drive API without authentication.