Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POST /form does not write to Excel on Sharepoint #392

Open
martonfekete opened this issue Oct 16, 2023 · 0 comments
Open

POST /form does not write to Excel on Sharepoint #392

martonfekete opened this issue Oct 16, 2023 · 0 comments

Comments

@martonfekete
Copy link

martonfekete commented Oct 16, 2023

Expected Behaviour

  1. Having a form setup in Sharepoint Excel that can be successfully read via GET https://ref–repo–owner.hlx.(page|live)/{form}.
  2. Sending a POST https://ref–repo–owner.hlx.(page|live)/{form} request and getting a 201 Created.
    1. The incoming sheet in Sharepoint Excel is updated

Actual Behaviour

  1. Form is set up and can be read.
  2. Sending a POST request returns a 201 Created.
    3. There is no update in the incoming sheet within Sharepoint Excel.

Note

If an admin POST is sent to the same form via POST /form/{owner}/{repo}/{ref}/{form}.json then

  • the response code is 200 OK
  • the incoming sheet is correctly updated.

Platform and Version

Browser: "Google Chrome";v="117", "Not;A=Brand";v="8", "Chromium";v="117"
Platform: "macOS"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant