I have an iOS app that is using the google-api-objectivec-client (snapshot
made in early September) to integrate a user's Google Drive account. In
general everything works. A user can download and upload files, create
folders, and delete files.
I have a report of one strange issue. One user is telling me that if they
create a folder in their Google Drive account from Windows Explorer and add
files to this folder from Windows explorer, then the files do not appear in
my app (but the folder does). However, the files do appear if they view
their Google Drive account using their computer's web browser pointed at
drive.google.com. If they create a folder and add files to it from their
browser, then my app sees the folder and the files just fine.
So I'm curious what could be different. Why would my app only see the
folder and not files in the folder and only if the folder was created and
populated through Windows Explorer?
I'm on a Mac so I have no way to test this myself.