AtTask REST API: How to Link a Google Drive Document to an AtTask Project -
i trying link google drive document project using api.
there doesn't seem documentation on how this. created document using web interface , queried api @ fields -- thinking there clue on how create new one. there doesn't seem information exposed in of fields pointing how create new attask document linked google drive object.
have looked @ http://developers.attask.com/api-docs/#uploadsanddocuments? once upload file handle id.
the handle can used when creating attask document. create attask document post to following url:
post /attask/api/document?updates={ name: afilename, handle: abc...123, (handle file upload) docobjcode: proj, (or task, optask, etc) objid: abc...123, currentversion:{version:v1.0,filename:afilename} }
is issue rest post not working?
Comments
Post a Comment