[DOCS] Update GoogleSheets Docs with Correct Scope
diff --git a/contrib/storage-googlesheets/README.md b/contrib/storage-googlesheets/README.md
index ca27ff6..f3128ed 100644
--- a/contrib/storage-googlesheets/README.md
+++ b/contrib/storage-googlesheets/README.md
@@ -35,7 +35,7 @@
     "authorizationURL": "https://accounts.google.com/o/oauth2/auth",
     "authorizationParams": {
       "response_type": "code",
-      "scope": "https://www.googleapis.com/auth/spreadsheets"
+      "scope": "https://www.googleapis.com/auth/spreadsheets https://www.googleapis.com/auth/drive.readonly https://www.googleapis.com/auth/drive.metadata.readonly"
     }
   },
   "credentialsProvider": {