Merge remote-tracking branch 'origin/main' into restore/pr-6284

This commit is contained in:
prakash 2026-06-20 01:37:42 +05:30
commit 5585a796af
No known key found for this signature in database
406 changed files with 15280 additions and 11993 deletions

View file

@ -61,7 +61,7 @@ This is not needed for changing existing components.
## Companion
If youd like to work on features that the basic development version of Uppy
doesnt support, such as Uppy integrations with Instagram/Google Drive/Facebook
doesnt support, such as Uppy integrations with Google Drive/Facebook
etc., you need to set up your `.env` file (copy the contents of `.env.example`
and adjust them based on what you need to work on), and run:
@ -82,7 +82,7 @@ when files are changed.
### How the Authentication and Token mechanism works
This section describes how Authentication works between Companion and Providers.
While this behaviour is the same for all Providers (Dropbox, Instagram, Google
While this behaviour is the same for all Providers (Dropbox, Google
Drive, etc.), we are going to be referring to Dropbox in place of any Provider
throughout this section.