From 8e801ee9ab886284384e6e07f24cf929556995f7 Mon Sep 17 00:00:00 2001
From: Jayaprakash8887 <jayaprakash.n@tarento.com>
Date: Tue, 24 Aug 2021 20:46:07 +0530
Subject: [PATCH] Issue #SB-26264 fix: downloading multiple google drive files
 in import api via service account credentials (#2850)

---
 .../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 6800fc0e6..1863c4548 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