Third party meeting survey auto force link to lowercase

When we use endpoint [/meetings/{meetingId}/survey ]

  • Use param third_party_survey to link with google Forms , but the link we added were auto force to lowercase .

Example :

We call api [/meetings/{meetingId}/survey ] with body
{
“show_in_the_browser” => “true”,
“third_party_survey” => “https://docs.google.com/forms/d/e/1FAIpQLSd5rmLlI2f4CbkEPSLCT/viewform( ** )
}

The link survey linked with meeting we want is : ( ** ) ( Sorry i’m new member , can post 2 links in post )

But by someway , Zoom make all letter in this link auto force to lowercase
https://docs.google.com/forms/d/e/1faIpqlsd5rmllI2f4cbkepslct/viewform

With this link , it won’t work with Google ( Google: URLs Are Case Sensitive)

Any ideas what going on ?
Thanks

Welcome and thank you for posting in the Zoom Developer Forum – I am happy to help! As a start, can you provide the following info?

Developer Forum: You can use the following template:

Description

A clear and concise description of what the question is.

Browser Console Error

The full error message or issue you are running into.

The code snippets that are causing the error / issue so we can reproduce.

To Reproduce(If applicable)

Your data, request/response (complete with headers+body) for BOTH a success and failure case:

Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Screenshots

If applicable, add screenshots to help explain your problem.

Device (please complete the following information):

  • Device: [e.g. Macbook Pro]
  • OS: [e.g. macOS 11]
  • Browser: [e.g. Chrome]
  • Browser Version [e.g. 88.0.4324.150 (Official Build) (x86_64)]

Additional context

Add any other context about the problem here.

1 Like

Thanks for reply , i have already edited my post

Thanks for the response @ngo.binh.rcvn2012 . Can share if you are making a Post,Get, or Patch request when you see this behavior? What is the entire workflow ?

This topic was automatically closed 368 days after the last reply. New replies are no longer allowed.