Google Drive not persisting PUT changes
To Google:
1) I have an app that uses the Google API JavaScript client. Prior to today, I was able to save changes to an existing user file that's saved on Drive. However, now if I send a PUT request to https://content.googleapis.com/upload/drive/v2/files with updated file contents, I still get a 200 response, but the new file contents are not persisted. (Fetching the file again on page refresh shows the old file state.) None of the app's code has changed since it was last working on Sunday.
I feel this is probably related to File Revisions suspect behavior? and Google Drive API file update new possible bug. This should probably be a bug report, but I am unable to find where to submit this to Google as Drive SDK support page says to come to StackOverflow.
UPDATE : There's a thread on the Google+ site for Google Drive Developers regarding this issue.
2) Is there a webpage that has information on when Google makes API updates and/or changes that could break functionality? This happened last week: Google Drive SDK giving access to all users files and also affected my app. Is StackOverflow really the best place to learn about these things?
链接地址: http://www.djcxy.com/p/66438.html上一篇: 更新文件夹中的文件。
下一篇: Google云端硬盘不会持续PUT更改