This is a sample Go application to showcase Dropbox's and HelloSign's APIs. There is currently the following use case:
- Paper Wiki
The demo is built using Go. To get the demo running you need:
- Hosting server running a Unix-based OS
- Go v1.12+
- Dropbox Business team with Team Admin access. You'll need the member ID of the admin.
- A Dropbox Business API app with
Team member file access
token - Define and have access to an internally-open URL to be used for the wiki
- Clone the repo
git clone [email protected]:hhebbo/dropcases.git
- Configure your app by adding your tokens, team admin member ID, and port environment variables. The name of these variable can be found in /apps/appConfig/appConfig.go
- On the root folder of the project run
go run main.go
- done!
To utilize Dropbox Paper as an internal wiki represented as a website.
Paper Wiki in this use case can be built as a folder and Paper docs structure within your Dropbox Business account.
- Add a folder called
Paper Wiki
inside your Dropbox root. - Add folders inside
Paper Wiki
. Each folder is a mainsection
in the wiki. The name of the folder is the name of the section. - Add Paper docs inside these folders. These Paper docs are the
pages
inside your wiki. The name of the Paper doc is the name of the page.
Here is a link to the demo