We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab93c1 commit ba3cd70Copy full SHA for ba3cd70
src/lib/picker.ts
@@ -736,11 +736,6 @@ export interface PickerOptions {
736
* Enable/Disable possibility to multiple file upload
737
*/
738
multipleFileUpload?: boolean;
739
- /**
740
- * Set your own Google Drive Picker App ID. Defaults to Filestack's.
741
- * This is your Project Number from the Google Cloud console.
742
- */
743
- googleDriveAppID?: string;
744
}
745
746
export interface PickerCropOptions {
src/schema/picker.schema.ts
@@ -478,8 +478,5 @@ export const PickerParamsSchema = {
478
multipleFileUpload: {
479
type: 'boolean',
480
},
481
- googleDriveAppID: {
482
- type: 'string',
483
- },
484
485
};
0 commit comments