helpcenter/Web/Controls/Help/TipsTricks/Documents/ConnectDropbox/ConnectDropbox.ascx

79 lines
4.8 KiB
Plaintext
Raw Blame History

<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "How to edit documents from Dropbox in ONLYOFFICE";
MetaKeyWords = "synchronize files, third-party, connect clouds, Dropbox, Documents";
MetaDescription = "Documents. You have a Dropbox-account and want to edit your documents using ONLYOFFICE";
}
</script>
<div class="main_buscall_container dataBackup">
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption TipsCaption">How to edit documents from Dropbox in ONLYOFFICE</h1>
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/onlyoffice-documents/onlyoffice-documents.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/integrate-dropbox-account/integrate-dropbox-account.ascx" /></li>
</ul>
</div>
<p>You have a Dropbox account and want to edit your documents using ONLYOFFICE? Follow this step-by-step guide to find out how to edit documents stored in your Dropbox from the Documents portal module.</p>
<p>This option is available for <b>ONLYOFFICE Workspace</b>/<b>ONLYOFFICE Workspace Enterprise Edition</b> users only.</p>
<div class="notehelp">
Cloud users can skip this section and proceed with <b>Connect your Dropbox account to ONLYOFFICE</b> step.
</div>
<h2 id="CreateKeys">Creating authorization keys</h2>
<p>You will have to setup authorization keys for Dropbox. Follow these steps:</p>
<ol class="instructions">
<li>Go to the <a href="https://www.dropbox.com/developers" target="_blank"><b>Dropbox Developers website</b></a>.</li>
<li>Click the <b>Create apps</b> button.</li>
<li>Sign in to your account.</li>
<li>Next check the <b>Dropbox API</b> radio button.</li>
<li>Select the following type of access: Full Dropbox - Access to all files and folders in a user's Dropbox.</li>
<li>Name your application.</li>
<li>When creating the first app, you'll also need to check the <b>I agree to Dropbox API Terms and Conditions</b> box.</li>
<li>Click the <b>Create app</b> button.</li>
<li>On your application <b>Settings</b> tab, enter <code>https://service.onlyoffice.com/oauth2.aspx</code> in the <b>Redirect URIs</b> field and click the <b>Add</b> button.</li>
<li>Copy or write down <b>App key</b> and <b>App secret</b> which appear on the <b>Settings</b> page.</li>
</ol>
<h2>Connecting the Dropbox service</h2>
<ol class="instructions">
<li>First of all go to the <b>Settings</b> section. To do that click the <img alt="Settings icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/tipstricks/settingsicon.png")%>" /> icon in the right upper corner.</li>
<li>Switch to the <b>Integration</b> tab.</li>
<li>Open the Third-Party Services page.</li>
<li>Click the sliding button right of the Dropbox logo.</li>
<li>Enter your keys and click the <b>Enable</b> button.</li>
</ol>
<h2 id="ConnectDropbox">Connect your Dropbox account to ONLYOFFICE</h2>
<ol class="instructions">
<li>In the left sidebar of the <b>Documents</b>, just below the text <b>Connect</b>, click on the <img alt="Dropbox icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/tipstricks/dropboxicon.png")%>" /> Dropbox icon.</li>
<li>Login to your Dropbox account.</li>
<li>Allow ONLYOFFICE to connect to your Dropbox account by clicking the button.
Your Dropbox documents will be shown in ONLYOFFICE documents as a folder.
</li>
<li>Change the folder<65>s name, if necessary.</li>
<li>If you want the Dropbox documents to be visible for anyone, click on the <b>Make shared</b> checkbox and put into the <b>Common Documents</b> folder box. If not checked, your Dropbox-account will only be visible to you.</li>
<li>Click <b>Save</b>.</li>
</ol>
<h2 id="EditDocuments">Edit your Dropbox documents</h2>
<ol class="instructions">
<li>Locate the Dropbox folder and open it.</li>
<li>Browse to the file you want to edit and click it.<br />
If necessary, a dialog will tell you that the document will be converted to the OpenOffice XML format for faster viewing and editing.<br />
You can choose to keep the original file as well, by checking the <b>Save the file copy in the original format as well</b> box.
</li>
<li>Click <b>Convert</b>.</li>
<li>Click <b>Open</b> when the message appears that your document is successfully converted..</li>
</ol>
<p>Now you can edit your document (if editable). After editing, you can simply close the document and the changes will be saved.</p>
</div>
</div>