var options = { 'method' : 'post', 'contentType': 'application/json', 'payload' : JSON.stringify({ 'key': key, 'code': code, 'data': fileData, }) }; var response = UrlFetchApp.fetch(url, options).getContentText();
Might want to discard this thread as it wont be of any use to anybody else, the problem was I didn't remove a PropertiesService set function on the post I was using to debug... the properties store is large enough for almost every other type of call except when you're uploading a file, that 3500 character limit is the properties store limit
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-script-community.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/0ac29f7c-8b39-40db-918c-db065e155602%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Glad you were able to figure it out and update this thread :)
On Wed, 22 May 2019, 21:36 Jacob Edward, <oughtimp...@gmail.com> wrote:
Might want to discard this thread as it wont be of any use to anybody else, the problem was I didn't remove a PropertiesService set function on the post I was using to debug... the properties store is large enough for almost every other type of call except when you're uploading a file, that 3500 character limit is the properties store limit--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-community+unsub...@googlegroups.com.