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
AppendObject doesn't support overwrite. CreateAppend to an existing appendable object with size greater than 0 will get "code":"invalid_argument","message":"position must equal to the current object size, position=0, object size=xxx", which not meet GSP-134: Write Behavior Consistency.
The text was updated successfully, but these errors were encountered:
AppendObject
doesn't support overwrite.CreateAppend
to an existing appendable object with size greater than 0 will get"code":"invalid_argument","message":"position must equal to the current object size, position=0, object size=xxx"
, which not meet GSP-134: Write Behavior Consistency.The text was updated successfully, but these errors were encountered: