# @uppy/remote-sources

> Uppy plugin that includes all remote sources that Uppy+Companion offer, like Google Drive, Dropbox, Box, Unsplash, Url etc

Latest version **4.0.0** (published 2026-08-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install @uppy/remote-sources
pnpm add @uppy/remote-sources
yarn add @uppy/remote-sources
bun add @uppy/remote-sources
```

## Health

**Score 65/100 (B)** — status: active.

Positive: esm support; no vulnerabilities; recently updated; high maintenance score; popular repo.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 4.0.0 |
| Published | 2026-08-26 |
| First published | 2022-06-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Dependencies | 9 |
| Unpacked size | 23.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 30974 |
| Maintainers | kvz, tim-kos, mifi, uppydev |
| Keywords | file uploader, google-drive, facebook, dropbox, onedrive, zoom, unsplash, box, url |

## Links

- npm: https://www.npmjs.com/package/@uppy/remote-sources
- Repository: https://github.com/transloadit/uppy
- Homepage: https://uppy.io
- Issues: https://github.com/transloadit/uppy/issues
- npm.io page: https://npm.io/package/@uppy/remote-sources

## Dependencies (9)

- [@uppy/box](https://npm.io/package/@uppy/box.md) ^5.0.0
- [@uppy/url](https://npm.io/package/@uppy/url.md) ^6.0.0
- [@uppy/zoom](https://npm.io/package/@uppy/zoom.md) ^5.0.0
- [@uppy/dropbox](https://npm.io/package/@uppy/dropbox.md) ^6.0.0
- [@uppy/facebook](https://npm.io/package/@uppy/facebook.md) ^6.0.0
- [@uppy/onedrive](https://npm.io/package/@uppy/onedrive.md) ^6.0.0
- [@uppy/unsplash](https://npm.io/package/@uppy/unsplash.md) ^6.0.0
- [@uppy/dashboard](https://npm.io/package/@uppy/dashboard.md) ^6.0.0
- [@uppy/google-drive](https://npm.io/package/@uppy/google-drive.md) ^6.0.0

## Alternatives

- [base64url](https://npm.io/package/base64url.md) — 6.1M weekly downloads
- [get-installed-path](https://npm.io/package/get-installed-path.md) — 502.9K weekly downloads
- [@uppy/url](https://npm.io/package/@uppy/url.md) — 185.8K weekly downloads
- [@d3fc/d3fc-shape](https://npm.io/package/@d3fc/d3fc-shape.md) — 16.2K weekly downloads
- [localizer](https://npm.io/package/localizer.md) — 226 weekly downloads

## Recent versions

- 4.0.0 (latest) — 2026-08-26
- 2.0.0-beta.5 (next) — 2024-06-19
- 3.1.0 — 2025-12-02
- 3.0.1 — 2025-09-16
- 3.0.0 — 2025-08-22
- 2.4.2 — 2025-08-01
- 2.4.1 — 2025-07-29
- 2.4.0 — 2025-07-29
- 2.3.4 — 2025-06-30
- 2.3.3 — 2025-05-18
- 2.3.2 — 2025-04-08
- 2.3.1 — 2025-01-09
- 2.3.0 — 2025-01-06
- 2.2.1 — 2024-12-05
- 2.2.0 — 2024-08-29
- … 23 more at https://npm.io/package/@uppy/remote-sources/versions

## README

# @uppy/remote-sources

<img src="https://uppy.io/img/logo.svg" width="120" alt="Uppy logo: a smiling puppy above a pink upwards arrow" align="right">

<a href="https://www.npmjs.com/package/@uppy/remote-sources"><img src="https://img.shields.io/npm/v/@uppy/compressor.svg?style=flat-square"></a>
<img src="https://github.com/transloadit/uppy/workflows/Tests/badge.svg" alt="CI status for Uppy tests">
<img src="https://github.com/transloadit/uppy/workflows/Companion/badge.svg" alt="CI status for Companion tests">
<img src="https://github.com/transloadit/uppy/workflows/End-to-end%20tests/badge.svg" alt="CI status for browser tests">

## Example

```js
import Uppy from '@uppy/core'
import RemoteSources from '@uppy/remote-sources'

const uppy = new Uppy()
uppy.use(RemoteSources, {
  companionUrl: 'https://your-companion-url',
})
```

## Installation

```bash
npm install @uppy/remote-sources
# or
yarn add @uppy/remote-sources
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Smart CDN. In that case `Uppy.RemoteSources` will attach
itself to the global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation

Documentation for this plugin can be found on the
[Uppy website](https://uppy.io/docs/remote-sources).

## License

[The MIT License](./LICENSE).

---
_Source: https://npm.io/package/@uppy/remote-sources · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
