Support project sub-folder structure
Supports folder structure on platform.
Project argument in most of SDK functions now supports folder destination after slash, e.g., "project1/folder1" will point to "folder1" in sa.upload_images_from_project("project1/folder1", "<local_path>") and now upload to "folder1". Without folder info, the regular upload to root of "project1" will be used.