Recent Posts
- Uppy 2.4-2.7: Image Compressor, Transloadit Rate Limiting, ESM
- 🎄 Uppy 2.1-2.3: Audio plugin, fast and efficient streaming for Companion, production-ready Unsplash, and more
- Uppy 2.0.0: smaller, faster, modular plugins, Preact X, stricter types, and much more
- Uppy 1.30: Angular integration, granular image rotation, Google Drive shortcuts
- Uppy 1.29: Golden Retriever, disableLocalFiles, Webcam previews, uppy.logout
- Uppy 1.27: Drop Target plugin, Vue 3 support, Dashboard dynamic meta fields, “Shared with me” in Google Drive
- Uppy 1.26: Dashboard “disabled”, per-file headers
- Uppy 1.25: right-to-left scripts, Ukrainian translation, Companion improvements
- Uppy 1.24: 🎅 Happy Holidays — Svelte, React hook, Auto Open Image Editor
- Uppy 1.23: Vue.js, Box, Done button and cloud file restrictions
- 🎃 Uppy 1.22: Webcam camera source, Unsplash and maxTotalFileSize
Uppy 1.10.1: Facebook and OneDrive
Uppy 1.10.1
adds long-awaited support for Facebook and OneDrive 🎉
const uppy = Uppy() uppy.use(Dashboard) uppy.use(Facebook, { target: Dashboard, companionUrl: 'https://companion.uppy.io/' }) uppy.use(OneDrive, { target: Dashboard, companionUrl: 'https://companion.uppy.io/' }) |
Try the live demos on Transloadit.com: import your files from Facebook or OneDrive, and then:
- Apply a watermark to an image
- Convert an image to WebP
- Encode a video, extract 8 thumbnails and store everything in an S3 bucket
- Encode video for iPhone
- Create a single Zip file containing all uploaded files
(Uppy demos are below the description and steps, under “Live Demo. See for yourself” ;-)
You can also play with an interactive demo, enabling different Uppy options and providers on the fly: https://uppy.io/examples/dashboard
OneDrive:
Facebook:
As with Dropbox and Instagram, using the Facebook and OneDrive integrations requires the client Plugins (see here for Facebook and see here for OneDrive), and also your Companion integration.
This is an exciting release for us, and we can’t wait to get some feedback (GitHub issues and PRs) on this! :)
Misc
- @uppy/companion: pass
endpoint
andregion
to AWS SDK constructor (#2113 / @goto-bus-stop) - @uppy/companion: Allow S3 ACL to be specified in Companion Standalone (#2111 / @jasonbosco)
- @uppy/companion: return 401 early if token is not set (#2118 / @ifedapoolarewaju)
- @uppy/companion: allow providing any S3 option, closes #1388 (#2030 / @goto-bus-stop)
- @uppy/companion:: don’t log redundant errors in production (#2112 / @ifedapoolarewaju)
- docs: Add S3 ACL option to companion docs (#2109 / @jasonbosco)
As always, you can find the full list of changes and package versions, as well as future plans, in our changelog.
Star