Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Generatesecret

Mark Johnson edited this page Sep 15, 2013 · 3 revisions

This action will return a pair of secrets which can be used for sharing a new folder with addsyncfolder

Request Parameters

  • action generatesecret
  • token Your current token (see Session Initalisation)
  • t The current timestamp (optional)

returns

JSON string containing:

  • rosecret The read-only secret
  • secret The full access secret

example

GET http://localhost:8888/gui/?token=ToKeNStRinG&action=generatesecret

Clone this wiki locally