0

I create a shape on Gslide within text {{company_logo}}, but when I execute the request i get this message : Invalid requests[0].replaceAllShapesWithImage: The operation is not allowed on notes page element

{
  "requests": 
  [
    {
      "replaceAllShapesWithImage": 
      {
        "imageUrl": "https://image.freepik.com/icones-gratuites/logo-de-pomme_318-40184.jpg",
        "containsText": 
        {
          "text": "{{company_logo}}"
        }
      }
    }
  ]
}

Thanks,

elhaj
  • 438
  • 5
  • 10
  • I make also make test on the url https://developers.google.com/slides/reference/rest/v1/presentations/batchUpdate and i get the same error message By the way this request was working noramly and i create slides automatically, until today – elhaj Dec 16 '16 at 18:07
  • Miraculously, It's working now. After i wrote 2 issues and emailed Google – elhaj Dec 21 '16 at 16:46

1 Answers1

1

Google Slides API team member here -- This was a bug on our side that was fixed on 12/20. Apologies for the breakage.

Link to this issue on our issue tracker: https://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=4991

Maurice Codik
  • 598
  • 2
  • 6