We are using Google Drive API for uploading data to Google team drive. https://developers.google.com/apis-explorer/#p/drive/v3
Need advice on below issues.
- We wanted to modify CreatedTime field of document which is uploaded to custom date(past date). When we try to update this, we are getting error
"The resource body includes fields which are not directly writable "
Can you please advise if is there any way to update CreateTime to custom date(rather than date when document is getting uploaded)
- Same way we also wanted to update CreatedBy property, what we see that Google Drive document has owners property which hold the value of the user who has uploaded document. As we are uploading from custom code we wanted to set this to custom value. Can you please advise if this is possible as we are getting error
"The resource body includes fields which are not directly writable "