You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
why im getting nested folder upfront using React-google-drive-picker library?
My Google-Drive have child folders inside parent folder. Please find below screenshot from Google-Drive
Issue is when trying to access same Google-Drive using React-google-drive-picker all child folders are also appearing on root as well.
Please advise further to fix the issue.
Google Drive Screenshot :
Library :
is there anyway to show only parent folder upfront?
The text was updated successfully, but these errors were encountered:
openPicker({
clientId: G_DRIVE.client_id,
developerKey: G_DRIVE.developer_key,
viewId: 'FOLDERS',
token: res,
showUploadView: true,
showUploadFolders: true,
supportDrives: true,
multiselect: true,
setIncludeFolders: true,
callbackFunction: handleGoogleDrive
})
why im getting nested folder upfront using React-google-drive-picker library?
My Google-Drive have child folders inside parent folder. Please find below screenshot from Google-Drive
Issue is when trying to access same Google-Drive using React-google-drive-picker all child folders are also appearing on root as well.
Please advise further to fix the issue.
Google Drive Screenshot :
Library :
is there anyway to show only parent folder upfront?
The text was updated successfully, but these errors were encountered: