
UNSOLVED
Couldn't find uploaded files in AtmosFox explorer
Hi,
I am using .net API to upload the files into cloud server.
I can define hostname,port,id, secretkey in code and and upload the file using following method.
ObjectPath path = new ObjectPath("/karthik/UploadFiles/");
string file = "C:/Users/karthike/Desktop/Element.docx";
ObjectId objectId = upload.CreateObjectOnPath(path,file, acl, null);
I can upload and get the sharable url and download the files.
But i couldn't find the uploaded files in the AtmosFox explorer, even i couldn't find the Objectpath. I mentioned same id and key for managed accounts and same end url in preference in AtmosFox explorer that i used in above code.
What i need to do to get the the uploaded files in Atmos Explorer?
Regards,
Karthik.
Responses (0)
Solutions (0)
