Skip to content

Commit ba3cd70

Browse files
revert code (#614)
Co-authored-by: Vivekanandhan516 <vivekanandhan516@gmail.com>
1 parent 5ab93c1 commit ba3cd70

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/lib/picker.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -736,11 +736,6 @@ export interface PickerOptions {
736736
* Enable/Disable possibility to multiple file upload
737737
*/
738738
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;
744739
}
745740

746741
export interface PickerCropOptions {

src/schema/picker.schema.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,5 @@ export const PickerParamsSchema = {
478478
multipleFileUpload: {
479479
type: 'boolean',
480480
},
481-
googleDriveAppID: {
482-
type: 'string',
483-
},
484481
},
485482
};

0 commit comments

Comments
 (0)