Unable to Upload Files Using GoogleDrivePicker or GooglePhotosPicker

Hi there,
I am trying to upload files using GoogleDrivePicker or GooglePhotosPicker from Uppy, but I encounter the following issues:

  1. When attempting to upload a file, I receive a 404 error for the API endpoint /google-picker/get.
  2. It seems that none of the providers (google-picker, google, googlePicker) work as expected, and their functionality appears redundant.
  3. 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’,
});

sounds very similar to Issues with GoogleDrivePicker and GooglePhotosPicker in Uppy · Issue #5577 · transloadit/uppy · GitHub