Hi,
I have read the api documentation of oboom and got some examples to fully understand the service, the problem is that the request is giving 500 Internal Server Error.
Here is what i got:
1st request - Works
2nd request - Works
3rd request - Doesn't work -> Error 500
I have read the api documentation of oboom and got some examples to fully understand the service, the problem is that the request is giving 500 Internal Server Error.
Here is what i got:
1st request - Works
Code:
https://www.oboom.com/1/[email protected]&pass=passwordgoeshere&source=1
http://anandam.name/pbkdf2/
The salt is the reversed password.
2nd request - Works
Code:
https://api.oboom.com/1/mkdir?token=tokenfrom1strequestgoeshere&parent=1&name=yourfoldergoeshere
3rd request - Doesn't work -> Error 500
Code:
https://api.oboom.com/1/remote/add?token=tokenfrom1strequestgoeshere&remotes=[{"url":"remotefileurlhere","parent":"yourfoldergoeshere"}]