Search code examples
javapodio

Podio Api:use java lib create space success,but in my podio board page can't find the new wordspace


when use java lib to create a space,it repsponse success,but in my podio board page can't find the new wordspace. and I use java lib to create app,it samely can't find in my podio board page. it seems some thing not working.

by the way,my account is free.

the java client print log

not find the new space


Solution

  • yes,it have bean solved, beacuse the java client lib test case is debug mode, after modify the param,it works. api = new ResourceFactory("api.podio.com", "files.podio.com", 443, true, false, CLIENT_CREDENTIALS, USER_CREDENTIALS_MAP.get(userId));