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
I have noticed that for a Subscriber the name needs to be a VARCHAR of length < 260. But this library suggests it is a STRING/TEXT. I get a The API call failed due to an unexpected HTTP error: Internal Server Error when I use a very long random name whereas a shorter name works.
The text was updated successfully, but these errors were encountered:
I have noticed that for a
Subscriber
the name needs to be aVARCHAR
of length < 260. But this library suggests it is aSTRING
/TEXT
. I get aThe API call failed due to an unexpected HTTP error: Internal Server Error
when I use a very long random name whereas a shorter name works.The text was updated successfully, but these errors were encountered: