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
Since version 7.1.0, sync functionality has stopped working. The service_sid and map_sid are no longer passed in the sync_maps section, causing the following code to fail:
Steps to Reproduce
Initialize the Twilio client with ACCOUNT_SID and AUTH_TOKEN.
Retrieve the sync service using service_sid.
Attempt to create a sync map item with key, data, and ttl.
`add': [HTTP 404] 20404 : Unable to create record (Twilio::REST::RestError)
The requested resource /Services//Maps//Items was not found
https://www.twilio.com/docs/errors/20404
Technical details:
twilio-ruby version: 7.1.1
ruby version:3.2.1
The text was updated successfully, but these errors were encountered:
Issue Summary
Since version 7.1.0, sync functionality has stopped working. The
service_sid
andmap_sid
are no longer passed in thesync_maps
section, causing the following code to fail:Steps to Reproduce
ACCOUNT_SID
andAUTH_TOKEN
.service_sid
.key
,data
, andttl
.Code Snippet
Exception/Log
Technical details:
The text was updated successfully, but these errors were encountered: