Dear ALL ,
i am trying to work with dropbox API i addedthe file dropbox.key in app/private
and added the keys in it , i added the dropbox module and i am getting this
error , any help ?
regards,
Traceback (most recent call last):
File "C:\web2py\gluon\restricted.py", line 209, in restricted
exec ccode in environment
File "C:/web2py/applications/dropbox/models/db.py"
<http://127.0.0.1:8000/admin/default/edit/dropbox/models/db.py>, line 67, in
<module>
use_janrain(auth,filename='private/dropbox.key')
File "C:\web2py\gluon\contrib\login_methods\rpx_account.py", line 121, in
use_janrain
domain,key = open(path,'r').read().strip().split(':')
ValueError: too many values to unpack
--