Gets a file from the project, with an optional path. This method should be used to get arbitrary files from the Project's file system (typically unmanaged files).
For managed files you should consider using the /file/{file_id} endpoint.
As there is no authentication for this endpoint you must provide a valid token. The token must be a token valid for the project, usually generated when an Instance has been launched in the Project.
Gets a file from the project, with an optional path. This method should be used to get arbitrary files from the Project's file system (typically unmanaged files).
For managed files you should consider using the
/file/{file_id}
endpoint.As there is no authentication for this endpoint you must provide a valid token. The token must be a token valid for the project, usually generated when an Instance has been launched in the Project.