4

GET call on section pages is successful but POST call to create fails with

{
  "error": {
    "code": "20102",
    "message": "Die angegebene Ressourcen-ID ist nicht vorhanden.",
    "innerError": {
      "request-id": "bd160b20-eefa-4dd4-b8bf-605621c94c9d",
      "date": "2019-04-02T13:57:46"
    }
  }
}

Request-id: bd160b20-eefa-4dd4-b8bf-605621c94c9d

AbdulKareem
  • 1,199
  • 8
  • 24

2 Answers2

0

Double check the notebook key and sectionID you are using. That message indicates one of these parameters is not correct.

JohnG42
  • 61
  • 5
0

Looks like it is not able to find any section with the given section Id. Do you have any kind of security policy enabled on that tenant?

cs95
  • 379,657
  • 97
  • 704
  • 746
Manjusha
  • 538
  • 2
  • 4
  • Sorry, we are not storing request id for successful call, But I can contact with our customer success team to get more context – AbdulKareem Apr 22 '19 at 12:58