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
Now it is String but I believe that it should be Object or some custom class because when I fetch conversation history for a conversation in files.attachments.metadata I receive an object but not a String, and because of that I'm getting a
com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected a string but was
BEGIN_OBJECT at line 1 column 60127 path $.messages[29].files[0].attachments[0].metadata
I'm attaching the JSON file with an example of a message I get when I try to get conversations history.
The text was updated successfully, but these errors were encountered:
Now it is String but I believe that it should be Object or some custom class because when I fetch conversation history for a conversation in files.attachments.metadata I receive an object but not a String, and because of that I'm getting a
I'm attaching the JSON file with an example of a message I get when I try to get conversations history.
The text was updated successfully, but these errors were encountered: