Google Drive API method Drive.File.update Can Silently Fail to Update File Content -


Using the Java Google Drive API v2r109lv1.16.0-rc, we found that sometimes the files are correct using the drive Not updated in a manner. Files update method seems to have occurred sporadically between customers on April 22, 2014. Before that it was working fine.

We are updating the file with new content and meta data. Meta data is fine but the file content is not touched. There is no error and as far as it can be said that without any problem the operation is successful.

This occurs when a user accesses the file, which is seen by us, for example, if the desired file content update is more than the previous content, the meta information (file size) will be incorrect and The reading will fail

We are really struggling to create a breeding landscape. Is anyone else experiencing this problem, or is aware of any fix, or if Google has an underlying problem (hopefully) fixed?

I am not convinced that this problem is reliably fixed

I really need some clarity from Google. This is a very bad problem. The data seems to be lost, and the meta data file and the actual data stream is out of synchronization.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -