Created at 12pm, Jan 5
ProactiveBusiness
2
The Powerful Tool in Google WorkSpace
xDCrrnq9PIDri4_w58JExSR6x19X2dnIVmDwprkJ4mw
File Type
PPTX
Entry Count
7
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

People are not so aware of the Google Shared Drives, that gives you many opportunities. We can say that this is the SharePoint in Google for people who more familiar with Microsoft

My Drive Shared drives Who can add files? The person who owns My Drive. Any member with Contributor access or higher. Who owns files and folders? The individual who created the file or folder. The team. Can I move files and folders? Yes, you can move files and folders around in My Drive. If you have Contributor access or higher, you can move files from My Drive to a shared drive. If you have Content manager access or higher, you can move files and folders within a shared drive. If you have Manager access, you can move files out of a shared drive or between shared drives. If you want to move folders from My Drive to a shared drive, contact your administrator.
id: 74f912850b3c1afeac89810f9c9d33af - page: 4
Compare shared drives with My Drive
id: 31e32f81d4b0d9de32eaf16b5eddfbc6 - page: 5
Can I sync files to my computer? Yes, using Google Drive for desktop. Yes, using Google Drive for desktop. For details, see What can you do with Drive for desktop. How does sharing work? People might see different files in a folder, depending on their access to individual files. All members of the shared drive see all files. How long do files I delete stay in Trash? Files and folders in Trash are deleted forever after 30 days. You can also delete files in Trash by selecting Delete Forever. Each shared drive has its own Trash. Members with Content manager access and above can move files to Trash. Files and folders in Trash are deleted forever after 30 days. Members with Manager access can permanently delete files before 30 days. Can I restore files? Yes, if you’re an owner of the file. Yes, if you have at least Contributor access.
id: ad77a8296af13e7cf4117872756a7052 - page: 5
We can use google shared drive for these solutions in our organization Projects—For people involved in the same project. Events—For people working for a defined period on a specific event or deliverable. Templates—For files that people can copy and reuse. Company-wide files—For files everyone needs access to, such as training files. Sensitive files—For highly sensitive files, where you can add extra security to limit access.
id: 9ec7708a2067aa29b13c8c5d3b1ffe4e - page: 6
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "xDCrrnq9PIDri4_w58JExSR6x19X2dnIVmDwprkJ4mw", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "xDCrrnq9PIDri4_w58JExSR6x19X2dnIVmDwprkJ4mw", "level": 2}'