This is a migrated thread and some comments may be shown as answers.

Cannot upload large phonegap plugin > 50MB

2 Answers 35 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Nader
Top achievements
Rank 1
Nader asked on 30 Apr 2014, 08:38 AM
Hi I am trying to upload a phonegap plugin to my project which exceeds the maximum size of 50MB. The plugin contains a framework which is roughly 60MB on its own. Is there any workaround available which would allow uploading such large files? 

2 Answers, 1 is accepted

Sort by
0
Iva Koevska
Telerik team
answered on 30 Apr 2014, 01:42 PM
Hi Nader,

Your best bet would be the following:
1. Configure your project for third-party version control and push it to the remote repository.
2. Add the plugin in the Plugins folder in the remote repository. Make sure that the folder structure of Plugins becomes something like this:

Plugins
custom-plugin-folder
www
src
plugin.xml
other files and folders

3. Pull your modified project in AppBuilder.

If you don't want to go this way, I suggest extracting the plugin archive locally and adding its files in batches following any of the approaches described here.

Regards,
Iva Koevska
Telerik
 

Share what you think about AppBuilder and Telerik Platform with us in our feedback portal, so we can become even better!

 
0
Nader
Top achievements
Rank 1
answered on 03 May 2014, 10:20 AM
Thank you for your reply. Unfortunately, I cannot upload the plugin in batches as there is a single file that is larger than 50MB on its own. It seems that my only option would be to push my project to a repository and upload my plugin there as you recommended.
Tags
General Discussion
Asked by
Nader
Top achievements
Rank 1
Answers by
Iva Koevska
Telerik team
Nader
Top achievements
Rank 1
Share this question
or