Hello,
I am using the Google Drive API to upload photos to my Drive account.
I have successful OAuth clearance and I'm able to POST the files using HttpUtils2.
I have changed the MIME type in the Request so the file acts appropriately one on Drive. Awesome, so far.
However, the File Name always reverts to "Untitled." When I use GetString upon Job Success, the "title" field is in fact "untitled."
I've tried GetRequest.SetHeader to hopefully edit the MetaData but nothing... In fact when I view the Request header in HttpService using Log(Result.GetHeaders) , the header appears unchanged. I can't seem to change or add values to the header.
Any advice would be HUGE!!
Thank you!
I am using the Google Drive API to upload photos to my Drive account.
I have successful OAuth clearance and I'm able to POST the files using HttpUtils2.
I have changed the MIME type in the Request so the file acts appropriately one on Drive. Awesome, so far.
However, the File Name always reverts to "Untitled." When I use GetString upon Job Success, the "title" field is in fact "untitled."
I've tried GetRequest.SetHeader to hopefully edit the MetaData but nothing... In fact when I view the Request header in HttpService using Log(Result.GetHeaders) , the header appears unchanged. I can't seem to change or add values to the header.
Any advice would be HUGE!!
Thank you!