Skip to content

Understanding ParseFile #107

Closed Answered by cbaker6
proj-sashido asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, it fetches/downloads the file from your Parse Server, AWS S3, or other bucket and stores it at localURL. The documentation and playgrounds describe the behavior:

//: If you need to download your file.
let fetchedFile = try await myData.fetch()
if fetchedFile.localURL != nil {
print("The file is now saved at: \(fetchedFile.localURL!)")
print("The full details of your data ParseFile are: \(fetchedFile)")

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by proj-sashido
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants