Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
lucas.parsy
jio
Commits
e9536fab
Commit
e9536fab
authored
Sep 03, 2015
by
lucas.parsy
Committed by
Romain Courteaud
Sep 14, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added comment in dropboxstorage.js about current size limitation
of putattachment method (150MB limit)
parent
540b3609
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/jio.storage/dropboxstorage.js
src/jio.storage/dropboxstorage.js
+4
-0
No files found.
src/jio.storage/dropboxstorage.js
View file @
e9536fab
...
...
@@ -169,6 +169,10 @@
});
};
//currently, putattachment will fail with files larger than 150MB,
//due to the Dropbox API. the API provides the "chunked_upload" method
//to pass this limit, but upload process becomes more complex to implement.
DropboxStorage
.
prototype
.
putAttachment
=
function
(
id
,
name
,
blob
)
{
var
that
=
this
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment