I have a droplet, on there some (video) files are stored that I want to modify through the use of DigitalOcean functions.
However, I don’t know how I can access the files that are on my droplet with functions.
I tried to do some searching, but couldn’t figure it out.
If someone could provide some guidance I would highly appreciate it!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi there,
The Serverless functions do not have direct access to the Droplet’s filesystem.
There are a couple of alternative approaches that you can take:
Hope that this helps!
Best,
Bobby