1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-06 09:19:22 +02:00

All: Resolves #173: Upload attachments > 4 MB when using OneDrive (#3195)

This commit is contained in:
TheOnlyTrueJonathanHeard
2020-06-03 15:29:47 +02:00
committed by GitHub
parent b2318b1f9f
commit cfe1911723
4 changed files with 82 additions and 16 deletions

View File

@@ -1354,7 +1354,6 @@ Details:
<ul>
<li>Resources larger than 10 MB are not currently supported on mobile. They will crash the application so it is recommended not to attach such resources at the moment. The issue is being looked at.</li>
<li>Non-alphabetical characters such as Chinese or Arabic might create glitches in the terminal on Windows. This is a limitation of the current Windows console.</li>
<li>It is only possible to upload files of up to 4MB to OneDrive due to a limitation of <a href="https://docs.microsoft.com/en-gb/onedrive/developer/rest-api/api/driveitem_put_content">the API</a> being currently used. There is currently no plan to support OneDrive &quot;large file&quot; API.</li>
</ul>
<h1>License<a name="license" href="#license" class="heading-anchor">🔗</a></h1>
<p>MIT License</p>