문제

I'm trying to find out what the UrlFetchApp's POST Size Limit is? A script uploads a few emailed attachments to a web service, and is getting back the following error:

"Limit Exceeded: UrlFetch Post Size. (line XX)".

I have no way to figure this out short of sending a bunch of different sized files to it.

도움이 되었습니까?

해결책

The maximum size you can POST is 10 MB Please see https://docs.google.com/macros/dashboard where you can get documented Apps Script quota and limits information.

다른 팁

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top