I am trying to create a new file via the google drive api. I am issuing a insert request which works fine and I get a valid response. The file also appears in the drive explorer. However when I attempt to open the file from the explorer I get an error which says "Sorry, we were unable to find the document at the original source. Verify that the document still exists." I also get a "Not Found" error if I attempt to upload data for the file via the API.
I can also reproduce the problem from the API Explorer. For the request body I enter a title ("text.txt"), a mime type ("text/plain") and the parent folder is "root". The file is created OK but when I attempt to open it, from the drive explorer, I get the "Sorry, we were unable to find the document at the original source. Verify that the document still exists." error.
Is this a bug or am I doing something wrong?
UPDATE: Ran the same code today and the problem seems to have been fixed ;-)