Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Append to Existing File #8

Open
dborncamp opened this issue Mar 8, 2021 · 0 comments
Open

Append to Existing File #8

dborncamp opened this issue Mar 8, 2021 · 0 comments

Comments

@dborncamp
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant