View Single Post
Posts: 1,067 | Thanked: 2,383 times | Joined on Jan 2012 @ Finland
#45
Originally Posted by AlphaX2 View Post
Thank you very very very very much. So it works also on PR1.1? Maybe the story with the folder is the problem, not the best solution, but the way the Dropbox API works. :-/

About the privacy policy, I am not sure what they want, how much, how long?! In other apps (SkyFiles, DropN9, Dropian, MeeDav) I could not find any privacy policy, is there some information or hint somewhere?

AlphaX2
Just tested on PR1.1:
Code:
# python /opt/FotoShareN9/fotoshare_service 
Traceback (most recent call last):
  File "/opt/FotoShareN9/fotoshare_service", line 7, in <module>
    import dbus
ImportError: No module named dbus
So your missing python-dbus from your depency list, thats why its not uploading the files to dropbox.


http://www.opentracker.net/article/h...privacy-policy

Mostly you need to mention that application gathers/stores ssh/ftp/etc login details, and how does application use them, and then you can mention in there that they are 'safe' and your not selling them to 3rd parties or uploading them to your private backend ;-)


PS. this is pretty common 'feature' of QA that some depency is missing, but they don't tell that in the reject message. As it looks like that QA is never running/starting the application from the commandline, where they could just paste the error message to developer. I've seen this happening quite often in #harmattan irc channel. Maybe someone should suggest step to QA start from commandline if app has some failing functionality or is unable to start.
__________________
IRC: jonni@freenode
Sailfish: ¤ Qt5 SailfishTouchExample ¤ Qt5 MultiPointTouchArea Example ¤ ipaddress ¤ stoken ¤ Sailbox (Dropbox client) ¤
Harmattan: ¤ Presence VNC for Harmattan ¤ Live-F1 ¤ BTinput-terminal ¤ BabyLock ¤ BabyLock Trial ¤ QML TextTV ¤
Disclaimer: all my posts in this forum are personal trolling and I never post in any official capacity on behalf of any company.

Last edited by rainisto; 2012-06-12 at 13:43.
 

The Following 3 Users Say Thank You to rainisto For This Useful Post: