From 2dcbb6276e0c79ed7ce2b1f43a228c0c0ca5c82f Mon Sep 17 00:00:00 2001 From: Akansha Sakhre Date: Wed, 22 Oct 2025 14:40:12 +0530 Subject: [PATCH] remove outdated GCS setup documentation and add new FAQ entries for uploading files and resolving sheet sync failures --- .../01. Google Cloud Storage Setup.md | 35 -------------- .../04. GCS Setup/GCS Setup with UPI.md | 48 ------------------- .../04. GCS Setup/_category_.json | 5 -- .../04. Upload files on GCS.md | 0 .../Solving For Sheet Sync Failures Issues.md | 0 5 files changed, 88 deletions(-) delete mode 100644 docs/2. Pre Onboarding/04. GCS Setup/01. Google Cloud Storage Setup.md delete mode 100644 docs/2. Pre Onboarding/04. GCS Setup/GCS Setup with UPI.md delete mode 100644 docs/2. Pre Onboarding/04. GCS Setup/_category_.json rename docs/{2. Pre Onboarding/04. GCS Setup => 8. FAQ}/04. Upload files on GCS.md (100%) rename docs/{7. Use Cases => 8. FAQ}/Solving For Sheet Sync Failures Issues.md (100%) diff --git a/docs/2. Pre Onboarding/04. GCS Setup/01. Google Cloud Storage Setup.md b/docs/2. Pre Onboarding/04. GCS Setup/01. Google Cloud Storage Setup.md deleted file mode 100644 index 8adeabe8a..000000000 --- a/docs/2. Pre Onboarding/04. GCS Setup/01. Google Cloud Storage Setup.md +++ /dev/null @@ -1,35 +0,0 @@ -> ### **1 minute read                                                                                                                 `Intermediate`** -___ - -**Currently, Glific is using Google Cloud Storage (GCS) for various purposes like storing data for reporting via BigQuery as well as for storing media files.** - -## Video Tutorial - - -
-
- -___ - -**You can use media file storage for both:** -- To save the files received from contacts in the user responses. -- To send the saved files to contacts in a chat flow. - -Below is the step by step flow to setup GCS in Glific. - -1. [Create an account in Google Cloud Storage (GCS).](https://glific.github.io/docs/docs/Onboarding/GCS%20Setup/Create%20an%20account%20in%20Google%20Cloud%20Storage%20GCS) -1. [Upload files in GCS and use them within flows in Glific.](https://glific.github.io/docs/docs/Onboarding/GCS%20Setup/Upload%20files%20on%20GCS) - -or - -- [Integrate GCS in Glific to store media files received in chat flow.](https://glific.github.io/docs/docs/Onboarding/GCS%20Setup/Upload%20files%20on%20GCS#upload-media-files-in-the-gcs-bucket) - - -Refer this [video](https://drive.google.com/file/d/1kzwulj1kscMTFqqsj41jrgQpUu5FcPj-/view?usp=sharing) for more details. -___ - -## Reference Articles - -- [GCS Pricing Details](https://cloud.google.com/storage/pricing) - -- [Google Help Docs](https://cloud.google.com/storage/docs/quickstart-console) diff --git a/docs/2. Pre Onboarding/04. GCS Setup/GCS Setup with UPI.md b/docs/2. Pre Onboarding/04. GCS Setup/GCS Setup with UPI.md deleted file mode 100644 index 63ac9beea..000000000 --- a/docs/2. Pre Onboarding/04. GCS Setup/GCS Setup with UPI.md +++ /dev/null @@ -1,48 +0,0 @@ -### **3 minute read                                                                                                                 `Intermediate`** - -#### This guide provides a step-by-step walkthrough for setting up GCS-UPI - - -Step 1: Creating a GCS Account -- Navigate to the GCS registration portal. -- Click on 'Create New Account'. -Screenshot 2025-03-31 at 9 28 01 PM - -- Agree to the Terms of Service. -Step 2: Starting the Free Trial -- Click on 'Try for Free'. -Screenshot 2025-03-31 at 9 28 43 PM - -- Note that this is a trial account with USD 300 in benefits. -Step 3: Selecting Country -- Choose your country from the dropdown and selection “Agree & continue” -Screenshot 2025-03-31 at 9 28 59 PM - -Step 4: Selecting Payment Profile -- Choose an existing payment profile or create a new one. -Screenshot 2025-03-31 at 9 29 15 PM - -Step 5: Filling Out Payment Form -- Enter the required billing details in the form. -Screenshot 2025-03-31 at 9 29 30 PM - -Step 6: Choosing Payment Method -- Click on Add payment method. -Screenshot 2025-03-31 at 9 29 43 PM - -In the payment method screen shown here, Choose the UPI QR code option for payment. You can alternatively choose Credit Card or Net banking as well. -Screenshot 2025-03-31 at 9 30 02 PM - -- Highlight: The Reserve Bank of India (RBI) requirement for mandate approval. -Step 7: Selecting UPI QR Code -- Use your phone (UPI app) to make the payment after scanning the QR code. -Screenshot 2025-03-31 at 9 30 16 PM - -Step 8: Completing Welcome Form -Screenshot 2025-03-31 at 9 30 41 PM - -The screen changes once the payment is completed and a welcome form appears after payment confirmation. -Step 9: Verifying Credits - Screenshot 2025-03-31 at 9 30 55 PM - -The account dashboard shows the credited USD 300 trial funds. diff --git a/docs/2. Pre Onboarding/04. GCS Setup/_category_.json b/docs/2. Pre Onboarding/04. GCS Setup/_category_.json deleted file mode 100644 index 436611c29..000000000 --- a/docs/2. Pre Onboarding/04. GCS Setup/_category_.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "link": { - "type": "generated-index" - } -} \ No newline at end of file diff --git a/docs/2. Pre Onboarding/04. GCS Setup/04. Upload files on GCS.md b/docs/8. FAQ/04. Upload files on GCS.md similarity index 100% rename from docs/2. Pre Onboarding/04. GCS Setup/04. Upload files on GCS.md rename to docs/8. FAQ/04. Upload files on GCS.md diff --git a/docs/7. Use Cases/Solving For Sheet Sync Failures Issues.md b/docs/8. FAQ/Solving For Sheet Sync Failures Issues.md similarity index 100% rename from docs/7. Use Cases/Solving For Sheet Sync Failures Issues.md rename to docs/8. FAQ/Solving For Sheet Sync Failures Issues.md