From 4017cefcf7bbb792f03f154d6519cbd4478e8391 Mon Sep 17 00:00:00 2001 From: Jayaprakash8887 <jayaprakash.n@tarento.com> Date: Tue, 24 Aug 2021 13:42:56 +0530 Subject: [PATCH] Issue #SB-26264 fix: downloading multiple google drive files in import api via service account credentials --- .../stack-sunbird/templates/content-service_application.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/stack-sunbird/templates/content-service_application.conf b/ansible/roles/stack-sunbird/templates/content-service_application.conf index 16a15facf..6800fc0e6 100644 --- a/ansible/roles/stack-sunbird/templates/content-service_application.conf +++ b/ansible/roles/stack-sunbird/templates/content-service_application.conf @@ -482,7 +482,7 @@ azure_storage_container: "{{ sunbird_content_azure_storage_container }}" # Google Drive APIKEY learning_content_drive_apiKey = "{{ learning_content_drive_apiKey }}" auto_creator_g_service_acct_cred = "{{auto_creator_gservice_acct_cred}}" -auto_creator.gdrive.application_name=drive-download +auto_creator_gdrive_application_name=drive-download kafka { urls : "{{ kafka_urls }}" -- GitLab