android-samples icon indicating copy to clipboard operation
android-samples copied to clipboard

Files uploaded to trashed folder

Open NLLAPPS opened this issue 8 years ago • 2 comments

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

NLLAPPS avatar Nov 14 '17 15:11 NLLAPPS

Are you still experiencing this issue?

asrivas avatar May 24 '18 21:05 asrivas

Yes. There seems to be other issues with new connectionless API too. Most important one ( https://github.com/gsuitedevs/android-samples/issues/68 )seems to happen with paid accounts where space is 1TB+ and user has ovr 15GB data,

NLLAPPS avatar May 25 '18 07:05 NLLAPPS