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 get an error with code JSONPARSESyntaxError: Unexpected token � in JSON at position 0, when trying to get the node /{user-id}/picture. I may probably be because the response object is given with a data key? I am not sure of course. I am instead using the /{user-id} endpoint with a fields parameter with picture like so: /{user-id}?fields=picture.
The text was updated successfully, but these errors were encountered:
I get an error with code
JSONPARSE
SyntaxError: Unexpected token � in JSON at position 0
, when trying to get the node /{user-id}/picture. I may probably be because the response object is given with adata
key? I am not sure of course. I am instead using the /{user-id} endpoint with a fields parameter with picture like so:/{user-id}?fields=picture
.The text was updated successfully, but these errors were encountered: