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
{{ message }}
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.
There seems to be a big delay synchronizing file actions.
Create a folder with your app
Upload a file to your folder with your app
Go to Google Drive web and trash the folder.
Wait 1-2 minutes and try to upload another file in to your folder.
API accepts and uploads it and puts it in the to the folder in the trash.
I tried excluding deleted folder. Even though I used searchFilter.add(Filters.eq(SearchableField.TRASHED, false)); in my search query, API returnred the folder marked as metadata.isTrashed()== false
The text was updated successfully, but these errors were encountered:
Yes. There seems to be other issues with new connectionless API too. Most important one ( #68 )seems to happen with paid accounts where space is 1TB+ and user has ovr 15GB data,
There seems to be a big delay synchronizing file actions.
Create a folder with your app
Upload a file to your folder with your app
Go to Google Drive web and trash the folder.
Wait 1-2 minutes and try to upload another file in to your folder.
API accepts and uploads it and puts it in the to the folder in the trash.
I tried excluding deleted folder. Even though I used
searchFilter.add(Filters.eq(SearchableField.TRASHED, false));
in my search query, API returnred the folder marked asmetadata.isTrashed()== false
The text was updated successfully, but these errors were encountered: