I want to use the Dropbox API. (1) It should be mentioned, that the dropbox sdk has to be installed. Here are the instructions:
https://www.dropbox.com/developers/core/sdks/python (2) It is neceessary to create a Dropbox API app to get the keys https://www.dropbox.com/developers/apps/create?app_type_checked=api&data_type_checked=datastores (3) From the book: Create a file called "yourapp/private/dropbox.key" and in it write <APP_KEY>:<APP_SECRET>:app_folder where <APP_KEY> and <APP_SECRET> are your key and secret. *My question: what app_folder should be used?* An example could help. Regards, Martin -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

