func DropboxDelta(req *http.Request, ds *appx.Datastore, account *models.Account, authorization *models.ExternalServiceAuthorization) { services.DropboxDelta(req, ds, authorization, alreadyCategorized(ds)) }
func DropboxInit(req *http.Request, ds *appx.Datastore, account *models.Account, authorization *models.ExternalServiceAuthorization) { services.DropboxDelta(req, ds, authorization, newItem(ds)) }