विषय पर बढ़ें

Google Workspace

Google प्रमाणीकरण के लिए डिफ़ॉल्ट वेब ब्राउज़र ज़रूरी है।

raidrivecli add googleworkspace

बिना विकल्पों के कमांड चलाने पर My Drive माउंट होगी। Shared with me, Shared drives को --subtype <mydrive|sharedwithme|shareddrives> विकल्प से चुना जा सकता है।

raidrivecli add googleworkspace --subtype sharedwithme
raidrivecli add googleworkspace --subtype shareddrives

माउंट निर्देशिका निर्दिष्ट न करने पर, यह /mnt के अंदर /mnt/googleworkspace जैसी किसी निर्देशिका में माउंट होगी। माउंट निर्देशिका निर्दिष्ट करने के लिए --mount-path विकल्प का उपयोग करें।

raidrivecli add googleworkspace --mount-path /myservices/googleworkspace

आप अपने ब्राउज़र से कॉपी किए गए URL का उपयोग करके Google Workspace Drive माउंट कर सकते हैं। यह ख़ासकर Computers जैसे किसी खास फ़ोल्डर को माउंट करने में उपयोगी है।

raidrivecli add googleworkspace --remote-url \
                https://drive.google.com/drive/u/0/folders/...

अतिरिक्त विकल्प

--subtype <mydrive|sharedwithme|shareddrives>
                                        My Drive,
                                        Shared with me,
                                        Shared drives [default: mydrive]

--remote-url <url>                      folder URL in browser

यह भी देखें