Hi there,
I am trying to upload files using GoogleDrivePicker
or GooglePhotosPicker
from Uppy, but I encounter the following issues:
- When attempting to upload a file, I receive a
404
error for the API endpoint/google-picker/get
. - It seems that none of the providers (
google-picker
,google
,googlePicker
) work as expected, and their functionality appears redundant. - When trying to pick a file, I get the error:*
Unknown RPC service: picker
**
import GoogleDrivePicker from ‘@uppy/google-drive-picker’;
uppyInstance.use(GoogleDrivePicker, {
companionUrl: ‘http://localhost:8010’,
clientId: ‘Google client ID’,
apiKey: ‘Google API key’,
appId: ‘Google App ID’,
});