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
{{ message }}
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.
Currently, if a file already exists in Data the SDK cannot append to that file. This is because when appending to a file, Data sees the file as a directory with the name of the file instead of just a file. In order to make this work, the file will need to be removed and a directory of its name needs to take its place then that original file needs to be uploaded into that directory as the first part.
Currently, if this is tried it will fail with a warning that this is not implemented.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, if a file already exists in Data the SDK cannot append to that file. This is because when appending to a file, Data sees the file as a directory with the name of the file instead of just a file. In order to make this work, the file will need to be removed and a directory of its name needs to take its place then that original file needs to be uploaded into that directory as the first part.
Currently, if this is tried it will fail with a warning that this is not implemented.
The text was updated successfully, but these errors were encountered: