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
The add_media_to_payload returns a payload that needs to be posted using the files parameter (not json) and it won't work with add_item. So I need to modify add_item to use files in this sort of case.
The text was updated successfully, but these errors were encountered:
The
add_media_to_payload
returns a payload that needs to be posted using thefiles
parameter (not json) and it won't work withadd_item
. So I need to modifyadd_item
to usefiles
in this sort of case.The text was updated successfully, but these errors were encountered: