{
  "author": "Community",
  "description": "Push screenshots to your OneDrive root via the Microsoft Graph API.",
  "icon": "icloud.fill",
  "id": "community.onedrive",
  "name": "OneDrive Upload",
  "openURLTemplate": null,
  "settings": [
    {
      "defaultValue": null,
      "isSecret": true,
      "key": "accessToken",
      "label": "Microsoft Graph Token",
      "type": "secret"
    },
    {
      "defaultValue": "DropSnip",
      "isSecret": false,
      "key": "folderPath",
      "label": "Folder Path",
      "type": "text"
    }
  ],
  "shellCommand": null,
  "type": "urlAction",
  "urlBodyType": "multipartFormData",
  "urlEndpoint": "https://graph.microsoft.com/v1.0/me/drive/root:/{{setting:folderPath}}/screenshot.png:/content",
  "urlHeaders": {
    "Authorization": "Bearer {{setting:accessToken}}",
    "Content-Type": "image/png"
  },
  "urlMethod": "PUT",
  "version": "1.0.0"
}