Cannot figure out how to get Rclone to sync folders on my W10 PC to Google Drive while the folders on GDrive to be encypted?

[secure]
type = drive
client_id =
client_secret =
service_account_file =
token = {“access_token”:“access_token”:"[edited out]"}
[gdrive]
type = crypt
client_id =
client_secret =
scope = drive
root_folder_id =
service_account_file =
token = {“access_token”:"[edited out]"}
remote = secure:Backup
filename_encryption = standard
directory_name_encryption = true
password = [edited out]
password2 = [edited out]