My app uses the realtime api to store most of the data in a document. The Drive UI gives users the option of making a copy of the files my app created, but the copies do not include copies of the realtime documents associated with the files! Aiee!
Is there a way around this besides constantly syncing my realtime documents with the file bodies themselves? My documents will be megabytes large, so uploading them as file bodies frequently would be prohibitive.