I am using Google Docs API and specifically this method
I am replicating it like this in Codeless
This has been working for over a year. Suddenly, I am getting a 404 error (Not Found). I have not changed anything.
It seems that the path is being passed from backendless to Google as encoded, namely:
https://docs.googleapis.com/v1/documents/{documentId}%3AbatchUpdate
I tried using a decode block but I cannot transform the %3A
back into a :
Any ideas?