After user has Signed into their Kabeers Drive Account access their files and folders with This API
The first example shows uploading files with regular Javascript. The second example shows uploading files with JQuery.
On Success
{
"name":"temp.txt",
"id":"465d2cd6841195e9c905482818b09345",
"size":"64604",
"path":"http://drive.hosted-kabeersnetwork.unaux.com/user-files/7aa7d5d26ad72bfe4b1401f933293c7646d02cd6841195e9c905482818b09345.png",
"shared":"0",
"mime":"text/plain",
"owner":"test",
"dateCreated":"2020-05-31 23:09:45.087707",
"dateModified":"2020-05-31 23:15:18.150134"
}
On Failure
{
"upload":"failed"
}