How Do I Obtain Uploaded Files?
Take Python as an example. If you use os.getcwd() to query the current directory, the directory will be /opt/function. However, code has actually been uploaded to /opt/function/code.
You can use either of the following methods to obtain uploaded files:
- Run the cd command to switch to /opt/function/code.
- Access the full path (value of the RUNTIME_CODE_ROOT environment variable).
You can obtain uploaded files by referring to the preceding methods when other languages are used.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot