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
Ran into a situation where we are generating a PDF in our GCS bucket using an external (non-node) process. We have a callback to our Parse Cloud Code to store the resulting file reference inside one of our custom objects. As it turns out, PFFile constructor doesn't support creating a file with a FileAdapter File nor a URL to a known file in our bucket.
Ideally PFFile would be expanded to allow for construction based on either
Reference to a File in our bucket
Known URL
The text was updated successfully, but these errors were encountered:
I'm wondering, I don'T believe there's anything that prevents you to set a custom ParseFile, also it seems that it's just a client SDK limitation, not a server one.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
API Enhancement: PFFile
Ran into a situation where we are generating a PDF in our GCS bucket using an external (non-node) process. We have a callback to our Parse Cloud Code to store the resulting file reference inside one of our custom objects. As it turns out, PFFile constructor doesn't support creating a file with a FileAdapter File nor a URL to a known file in our bucket.
Ideally PFFile would be expanded to allow for construction based on either
The text was updated successfully, but these errors were encountered: