Hey all, has anyone had any luck with the new SACC...
# sdf
j
Hey all, has anyone had any luck with the new SACC API? I'm trying to make use of the POST endpoint to upload zips but keep getting internal server error responses. I do get 401 if I mess with the auth header so that seems to be set up correctly and 404 if I change the endpoint (eg from
version
to
newversion
) but if I swap out the
<applicationId>
for nonsense I still get 500, not 404 or 405. I've tried the full
com.blah.appid
, just the
appid
, the numeric id used in the SACC, even the literal string
<applicationId>
just in case, still no dice. The request body is formatted as the docs specify, I would expect a 4xx response if the issue was there anyway. The auth token is tied to the SuiteApp Release Manager Role but I have tried using Administrator and got the same response Has anyone else run into this or gotten it working?