I am a bubble.io developer but ran into a problem I haven't had previously, trying to push data (just creating a new slide) from bubble.io to google slides using the following API:
https://slides.googleapis.com/v1/presentations/[presentationId]:batchUpdate
Where presentationId is the name of the file which is added as an extra parameter.
I used the following JSON: JSON snapshot
When I "Initialize the call" I get the following error:
Can anyone please assist as my OAUTH and Scopes are all correct.
Thank you very much.
Requested entity was not found.occurs when the value ofpresentationIdis an invalid value. But, unfortunately, I do not know your actual situation from your question. I apologize for my poor English skill. In this case, how about confirming the value ofpresentationId, again? Or, how about confirming whether your access token can access the Google Slide ofpresentationId, again? By the way, when I tested your endpoint with a valid value ofpresentationIdand access token, no error occurred and I confirmed that a new slide was inserted.