Hello, I try to send request to pinterest API - /v5/media . In body add json like a string. Add headers about “application/json” content-type. And one time it work normal and return 200 code. And next time just get error like: The operation failed with an error. Body is not a valid JSON. Unexpected token ‘’, “�”… is not valid JSON
Between this few times I can don’t change anything in request body and it can just begin or stop work randomly.
I think about one idea, but it could not working) what if use instead of make request from own server to get url fol video loading and next load video already using make. Not sure about this, but like idea
I saw this response in make debug console, and it show in normal format. So in my own script of course I can handle any error and ungzip response. I am interested in other, I haven’t token from make to oauth, so can I get this token from make or need only to create new one from a different application. And if need new, does it will work in make to continue loading video and other operation.