You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite me double checking the key does indeed exist on the sync map, I can't access it via the API. I get the following error:
/Users/harshbaid/Desktop/twilio/node_modules/twilio/lib/rest/sync/v1/service/syncMap/syncMapItem.js:35
throw new Error("Parameter 'key' is not valid.");
^
Error: Parameter 'key' is not valid.
at new SyncMapItemContextImpl (/Users/harshbaid/Desktop/twilio/node_modules/twilio/lib/rest/sync/v1/service/syncMap/syncMapItem.js:35:19)
The text was updated successfully, but these errors were encountered:
Blackglade
changed the title
[Bug]: Sync Map errors out on URLs as keys
[Bug]: Sync Map retrieval errors on URLs as keys
Mar 18, 2025
Here is the code I am using to store/retrieve data from my sync maps.
Despite me double checking the key does indeed exist on the sync map, I can't access it via the API. I get the following error:
The text was updated successfully, but these errors were encountered: