add-onedrive

Add the OneDrive for Business connector to Power Apps code applications.

483|135|Updated May 8, 2025
One-click install
npx skills add https://github.com/microsoft/PowerAppsCodeApps --skill add-onedrive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-onedrive
Source: https://github.com/microsoft/PowerAppsCodeApps/tree/main/plugin/power-apps-plugin/skills/add-onedrive
Command: npx skills add https://github.com/microsoft/PowerAppsCodeApps --skill add-onedrive

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of adding and configuring the OneDrive for Business connector for Power Apps code apps, enabling seamless file management operations.

Core Features & Use Cases

  • Connector Integration: Adds the OneDrive for Business data source to your Power Apps code app.
  • File Operations: Supports listing files, uploading, downloading, and creating folders within OneDrive.
  • Use Case: When building a Power App that needs to allow users to upload project documents or download reports from a central OneDrive repository, this Skill ensures the necessary connection and basic functionality are in place.

Quick Start

Use the add-onedrive skill to add the OneDrive for Business connector to your project.

Frequently Asked Questions about add-onedrive

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Power Apps to OneDrive for Business for file management?

To connect Power Apps to OneDrive for Business, you integrate the OneDrive connector using the `pac code add-data-source` command, which enables file uploading, downloading, listing, and folder creation within your code app.

What file operations does the OneDrive for Business connector support in Power Apps?

The OneDrive for Business connector supports listing files, uploading, downloading, and creating folders within OneDrive directly from your Power Apps code application.

Do I need a connection ID to add a OneDrive data source in Power Apps code apps?

Yes, adding the OneDrive for Business data source requires a valid connection ID to be provided for the `pac code add-data-source` command to successfully configure the connector.

Can I automate adding a OneDrive connector to a Power Apps code app?

Yes, this Skill automates adding and configuring the OneDrive for Business connector for Power Apps code apps, ensuring the necessary connection and basic file management functionality are in place.

When should I use the OneDrive connector in Power Apps?

Use the OneDrive connector when building a Power App that needs to allow users to upload project documents or download reports from a central OneDrive repository.