onedrive
Cloud storage service from Microsoft.
Extends: Technology
OneDrive
Cloud storage service from Microsoft.
Overview
Category: Storage software
Cloud storage service from Microsoft.
Related Skills
No related skills listed.
Occupations Using This Technology
No occupations listed.
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'OneDrive',
category: 'Storage software',
description: 'Cloud storage service from Microsoft.',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "OneDrive",
"applicationCategory": "Storage software",
"description": "Cloud storage service from Microsoft."
}