Re: Issue attachment storage quota exceeded

2015-07-15 Thread 'Mike Epstein' via Project Hosting on Google Code
As long as you have downloaded the .json from Google Takeout well in
advance of Friday, it won't matter.

On Wed, Jul 15, 2015 at 9:58 AM, Bcbsma Marketing 
bcbsmamarketi...@gmail.com wrote:

 What time on Friday will it be scheduled for disablement ?

 On Tue, Jul 14, 2015 at 10:36 PM, Mike Epstein epst...@google.com wrote:

 Sorry, you will need to find someone technically savvy to help. I am
 unable to permit continued violation of the terms of service.


 On Tuesday, July 14, 2015, Bcbsma Marketing bcbsmamarketi...@gmail.com
 wrote:

 Hi Mike,

 Any further help on the syntax error?
 Also, while I am trying to migrate the issues, can you please delay the
 disabling of the project until end of this month ?
 That will give me enough time to find, setup and organize my log
 elsewhere.
 Also just out of curiosity, you will be sun-setting the google code
 platform in a few months anyway. Why the hurry then ? I have do not have
 away to prove to you that this is not an open source project. But there is
 absolutely  no commercial gain out of this issues log. Instead of using a
 plain old excel spreadsheet or googledoc, this is just an alternative
 (admittedly much superior) way to maintain an issues log.

 Please oblige. Thanks!

 On Tue, Jul 14, 2015 at 5:06 PM, Bcbsma Marketing 
 bcbsmamarketi...@gmail.com wrote:

 Sorry, I forgot to mention the syntax error is on line 1 in the
 attached screenshot


 On Tue, Jul 14, 2015 at 4:47 PM, Mike Epstein epst...@google.com
 wrote:

 For one thing, though, it appears you omitted the dashes from the
 arguments.

 On Tue, Jul 14, 2015 at 4:45 PM, Mike Epstein epst...@google.com
 wrote:

 I suggest you find someone who is familiar with python and shell to
 help. We cannot remotely debug your syntax error that you have not
 provided to us.

 On Tue, Jul 14, 2015 at 4:43 PM, Bcbsma Marketing 
 bcbsmamarketi...@gmail.com wrote:

 So then I go to my terminal window and run an instructions.py file
 from a folder (it also houses the downloaded .json file) which contains 
 the
 following code -

 python googlecode-issues-exporter/bitbucket_issue_converter.py
 issue_file_path=GoogleCodeProjectHosting.json
 project_name=bcbsmaissuestracker
 default_owner_username=g4gaurang

 When I run this file I get a syntax error. I have not run python
 scripts before. Please help. Am I missing some syntax here ?




 On Tue, Jul 14, 2015 at 4:34 PM, Mike Epstein epst...@google.com
 wrote:

 Ah, I think you were confused by the inconsistent use of you and
 we in the documentation. I have changed everything to say you.

 On Tue, Jul 14, 2015 at 4:31 PM, Mike Epstein epst...@google.com
 wrote:

 I don't understand the question. Perhaps someone else on the
 mailing list does.

 However, the key thing is to download the .json file from Takeout
 before your project is removed.

 On Tue, Jul 14, 2015 at 4:29 PM, Bcbsma Marketing 
 bcbsmamarketi...@gmail.com wrote:

 Hi Mike,

 Thank you for the instructions.

 In order to export/move to bitbucket, do I need to run the
 following code on my machine (with python compiler)? OR do you need 
 to ?

 python googlecode-issues-exporter/bitbucket_issue_converter.py \
 --issue_file_path=your GoogleCodeProjectHosting.json file \
 --project_name=your project name \
 --default_owner_username=your Bitbucket username

 And then will it generate the db-1.0.json to the folder from
 where it is run ?

 Please help me move.


 Exporting to Bitbucket

 Exporting issue data to Bitbucket is slightly different. Rather
 than using an API to export issues individually, Bitbucket takes a 
 single
 archive and will process all issues at once.

 We will run a script, bitbucket_issue_convert.py, to convert
 your Google Code issues dump into a format that can be imported into
 Bitbucket.

 The Bitbucket script is very similar to the GitHub import script
 above.

 python googlecode-issues-exporter/bitbucket_issue_converter.py \
 --issue_file_path=your GoogleCodeProjectHosting.json file \
 --project_name=your project name \
 --default_owner_username=your Bitbucket username

 This will generate the file named db-1.0.json, which contains
 your project’s issues and comments in a format that Bitbucket can 
 ingest.

 Next you need to convert it to a zip file:

 zip -r bitbucket-issues.zip db-1.0.json


 On Mon, Jul 13, 2015 at 11:31 PM, Mike Epstein 
 epst...@google.com wrote:

 If you do not establish that this is an open-source software
 project by Friday, your Google Code project will be disabled. You 
 may wish
 to back up the data before then using a tool like the one described 
 here:
 https://code.google.com/p/support-tools/wiki/IssueExporterTool


 On Mon, Jul 13, 2015 at 3:46 PM, Mike Epstein 
 epst...@google.com wrote:

 The Google Code issue tracker is for open-source-licensed
 projects only. Feel free to point us to the source code on another
 open-source hosting site (like GitHub) to show that it is an 
 open-source
 project.

 If it 

Re: Issue attachment storage quota exceeded

2015-07-14 Thread 'Mike Epstein' via Project Hosting on Google Code
Ah, I think you were confused by the inconsistent use of you and we in
the documentation. I have changed everything to say you.

On Tue, Jul 14, 2015 at 4:31 PM, Mike Epstein epst...@google.com wrote:

 I don't understand the question. Perhaps someone else on the mailing list
 does.

 However, the key thing is to download the .json file from Takeout before
 your project is removed.

 On Tue, Jul 14, 2015 at 4:29 PM, Bcbsma Marketing 
 bcbsmamarketi...@gmail.com wrote:

 Hi Mike,

 Thank you for the instructions.

 In order to export/move to bitbucket, do I need to run the following code
 on my machine (with python compiler)? OR do you need to ?

 python googlecode-issues-exporter/bitbucket_issue_converter.py \
 --issue_file_path=your GoogleCodeProjectHosting.json file \
 --project_name=your project name \
 --default_owner_username=your Bitbucket username

 And then will it generate the db-1.0.json to the folder from where it is
 run ?

 Please help me move.


 Exporting to Bitbucket

 Exporting issue data to Bitbucket is slightly different. Rather than
 using an API to export issues individually, Bitbucket takes a single
 archive and will process all issues at once.

 We will run a script, bitbucket_issue_convert.py, to convert your Google
 Code issues dump into a format that can be imported into Bitbucket.

 The Bitbucket script is very similar to the GitHub import script above.

 python googlecode-issues-exporter/bitbucket_issue_converter.py \
 --issue_file_path=your GoogleCodeProjectHosting.json file \
 --project_name=your project name \
 --default_owner_username=your Bitbucket username

 This will generate the file named db-1.0.json, which contains your
 project’s issues and comments in a format that Bitbucket can ingest.

 Next you need to convert it to a zip file:

 zip -r bitbucket-issues.zip db-1.0.json


 On Mon, Jul 13, 2015 at 11:31 PM, Mike Epstein epst...@google.com
 wrote:

 If you do not establish that this is an open-source software project by
 Friday, your Google Code project will be disabled. You may wish to back up
 the data before then using a tool like the one described here:
 https://code.google.com/p/support-tools/wiki/IssueExporterTool


 On Mon, Jul 13, 2015 at 3:46 PM, Mike Epstein epst...@google.com
 wrote:

 The Google Code issue tracker is for open-source-licensed projects
 only. Feel free to point us to the source code on another open-source
 hosting site (like GitHub) to show that it is an open-source project.

 If it is not, we will need to disable your issue tracker project.

 On Mon, Jul 13, 2015 at 3:45 PM, Bcbsma Marketing 
 bcbsmamarketi...@gmail.com wrote:

 Hi Mike,

 How do I point you to the source code ? We are just using the issue
 tracker feature to track issues without checking in any source code
 anywhere or doing any version control, code reviews etc.. And the problem
 is, the system wont let the user attach any more files.

 Please advise.

 Thanks!


 On Mon, Jul 13, 2015 at 2:46 PM, Mike Epstein epst...@google.com
 wrote:

 Is this an open-source project? If so, would you please point us at
 the source code?

 On Mon, Jul 13, 2015 at 2:15 PM, Bcbsma Marketing 
 bcbsmamarketi...@gmail.com wrote:

 Dear Admins,

 Our project
 https://code.google.com/p/bcbsmaissuestracker/issues/list has
 reached attachment storage limits. Is it possible to increase the quota?

 Thanks!
 Gaurang

 --
 You received this message because you are subscribed to the Google
 Groups Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to
 google-code-hosting@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/d/optout.









-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/d/optout.


Re: Issue attachment storage quota exceeded

2015-07-14 Thread 'Mike Epstein' via Project Hosting on Google Code
I suggest you find someone who is familiar with python and shell to help.
We cannot remotely debug your syntax error that you have not provided to
us.

On Tue, Jul 14, 2015 at 4:43 PM, Bcbsma Marketing 
bcbsmamarketi...@gmail.com wrote:

 So then I go to my terminal window and run an instructions.py file from a
 folder (it also houses the downloaded .json file) which contains the
 following code -

 python googlecode-issues-exporter/bitbucket_issue_converter.py
 issue_file_path=GoogleCodeProjectHosting.json
 project_name=bcbsmaissuestracker
 default_owner_username=g4gaurang

 When I run this file I get a syntax error. I have not run python scripts
 before. Please help. Am I missing some syntax here ?




 On Tue, Jul 14, 2015 at 4:34 PM, Mike Epstein epst...@google.com wrote:

 Ah, I think you were confused by the inconsistent use of you and we
 in the documentation. I have changed everything to say you.

 On Tue, Jul 14, 2015 at 4:31 PM, Mike Epstein epst...@google.com wrote:

 I don't understand the question. Perhaps someone else on the mailing
 list does.

 However, the key thing is to download the .json file from Takeout before
 your project is removed.

 On Tue, Jul 14, 2015 at 4:29 PM, Bcbsma Marketing 
 bcbsmamarketi...@gmail.com wrote:

 Hi Mike,

 Thank you for the instructions.

 In order to export/move to bitbucket, do I need to run the following
 code on my machine (with python compiler)? OR do you need to ?

 python googlecode-issues-exporter/bitbucket_issue_converter.py \
 --issue_file_path=your GoogleCodeProjectHosting.json file \
 --project_name=your project name \
 --default_owner_username=your Bitbucket username

 And then will it generate the db-1.0.json to the folder from where it
 is run ?

 Please help me move.


 Exporting to Bitbucket

 Exporting issue data to Bitbucket is slightly different. Rather than
 using an API to export issues individually, Bitbucket takes a single
 archive and will process all issues at once.

 We will run a script, bitbucket_issue_convert.py, to convert your
 Google Code issues dump into a format that can be imported into Bitbucket.

 The Bitbucket script is very similar to the GitHub import script above.

 python googlecode-issues-exporter/bitbucket_issue_converter.py \
 --issue_file_path=your GoogleCodeProjectHosting.json file \
 --project_name=your project name \
 --default_owner_username=your Bitbucket username

 This will generate the file named db-1.0.json, which contains your
 project’s issues and comments in a format that Bitbucket can ingest.

 Next you need to convert it to a zip file:

 zip -r bitbucket-issues.zip db-1.0.json


 On Mon, Jul 13, 2015 at 11:31 PM, Mike Epstein epst...@google.com
 wrote:

 If you do not establish that this is an open-source software project
 by Friday, your Google Code project will be disabled. You may wish to back
 up the data before then using a tool like the one described here:
 https://code.google.com/p/support-tools/wiki/IssueExporterTool


 On Mon, Jul 13, 2015 at 3:46 PM, Mike Epstein epst...@google.com
 wrote:

 The Google Code issue tracker is for open-source-licensed projects
 only. Feel free to point us to the source code on another open-source
 hosting site (like GitHub) to show that it is an open-source project.

 If it is not, we will need to disable your issue tracker project.

 On Mon, Jul 13, 2015 at 3:45 PM, Bcbsma Marketing 
 bcbsmamarketi...@gmail.com wrote:

 Hi Mike,

 How do I point you to the source code ? We are just using the issue
 tracker feature to track issues without checking in any source code
 anywhere or doing any version control, code reviews etc.. And the 
 problem
 is, the system wont let the user attach any more files.

 Please advise.

 Thanks!


 On Mon, Jul 13, 2015 at 2:46 PM, Mike Epstein epst...@google.com
 wrote:

 Is this an open-source project? If so, would you please point us at
 the source code?

 On Mon, Jul 13, 2015 at 2:15 PM, Bcbsma Marketing 
 bcbsmamarketi...@gmail.com wrote:

 Dear Admins,

 Our project
 https://code.google.com/p/bcbsmaissuestracker/issues/list has
 reached attachment storage limits. Is it possible to increase the 
 quota?

 Thanks!
 Gaurang

 --
 You received this message because you are subscribed to the Google
 Groups Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to
 google-code-hosting@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/d/optout.











-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to 

Re: Issue attachment storage quota exceeded

2015-07-14 Thread 'Mike Epstein' via Project Hosting on Google Code
For one thing, though, it appears you omitted the dashes from the arguments.

On Tue, Jul 14, 2015 at 4:45 PM, Mike Epstein epst...@google.com wrote:

 I suggest you find someone who is familiar with python and shell to help.
 We cannot remotely debug your syntax error that you have not provided to
 us.

 On Tue, Jul 14, 2015 at 4:43 PM, Bcbsma Marketing 
 bcbsmamarketi...@gmail.com wrote:

 So then I go to my terminal window and run an instructions.py file from a
 folder (it also houses the downloaded .json file) which contains the
 following code -

 python googlecode-issues-exporter/bitbucket_issue_converter.py
 issue_file_path=GoogleCodeProjectHosting.json
 project_name=bcbsmaissuestracker
 default_owner_username=g4gaurang

 When I run this file I get a syntax error. I have not run python scripts
 before. Please help. Am I missing some syntax here ?




 On Tue, Jul 14, 2015 at 4:34 PM, Mike Epstein epst...@google.com wrote:

 Ah, I think you were confused by the inconsistent use of you and we
 in the documentation. I have changed everything to say you.

 On Tue, Jul 14, 2015 at 4:31 PM, Mike Epstein epst...@google.com
 wrote:

 I don't understand the question. Perhaps someone else on the mailing
 list does.

 However, the key thing is to download the .json file from Takeout
 before your project is removed.

 On Tue, Jul 14, 2015 at 4:29 PM, Bcbsma Marketing 
 bcbsmamarketi...@gmail.com wrote:

 Hi Mike,

 Thank you for the instructions.

 In order to export/move to bitbucket, do I need to run the following
 code on my machine (with python compiler)? OR do you need to ?

 python googlecode-issues-exporter/bitbucket_issue_converter.py \
 --issue_file_path=your GoogleCodeProjectHosting.json file \
 --project_name=your project name \
 --default_owner_username=your Bitbucket username

 And then will it generate the db-1.0.json to the folder from where it
 is run ?

 Please help me move.


 Exporting to Bitbucket

 Exporting issue data to Bitbucket is slightly different. Rather than
 using an API to export issues individually, Bitbucket takes a single
 archive and will process all issues at once.

 We will run a script, bitbucket_issue_convert.py, to convert your
 Google Code issues dump into a format that can be imported into Bitbucket.

 The Bitbucket script is very similar to the GitHub import script above.

 python googlecode-issues-exporter/bitbucket_issue_converter.py \
 --issue_file_path=your GoogleCodeProjectHosting.json file \
 --project_name=your project name \
 --default_owner_username=your Bitbucket username

 This will generate the file named db-1.0.json, which contains your
 project’s issues and comments in a format that Bitbucket can ingest.

 Next you need to convert it to a zip file:

 zip -r bitbucket-issues.zip db-1.0.json


 On Mon, Jul 13, 2015 at 11:31 PM, Mike Epstein epst...@google.com
 wrote:

 If you do not establish that this is an open-source software project
 by Friday, your Google Code project will be disabled. You may wish to 
 back
 up the data before then using a tool like the one described here:
 https://code.google.com/p/support-tools/wiki/IssueExporterTool


 On Mon, Jul 13, 2015 at 3:46 PM, Mike Epstein epst...@google.com
 wrote:

 The Google Code issue tracker is for open-source-licensed projects
 only. Feel free to point us to the source code on another open-source
 hosting site (like GitHub) to show that it is an open-source project.

 If it is not, we will need to disable your issue tracker project.

 On Mon, Jul 13, 2015 at 3:45 PM, Bcbsma Marketing 
 bcbsmamarketi...@gmail.com wrote:

 Hi Mike,

 How do I point you to the source code ? We are just using the issue
 tracker feature to track issues without checking in any source code
 anywhere or doing any version control, code reviews etc.. And the 
 problem
 is, the system wont let the user attach any more files.

 Please advise.

 Thanks!


 On Mon, Jul 13, 2015 at 2:46 PM, Mike Epstein epst...@google.com
 wrote:

 Is this an open-source project? If so, would you please point us
 at the source code?

 On Mon, Jul 13, 2015 at 2:15 PM, Bcbsma Marketing 
 bcbsmamarketi...@gmail.com wrote:

 Dear Admins,

 Our project
 https://code.google.com/p/bcbsmaissuestracker/issues/list has
 reached attachment storage limits. Is it possible to increase the 
 quota?

 Thanks!
 Gaurang

 --
 You received this message because you are subscribed to the
 Google Groups Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to google-code-hosting+unsubscr...@googlegroups.com
 .
 To post to this group, send email to
 google-code-hosting@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/d/optout.












-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this 

Re: Issue attachment storage quota exceeded

2015-07-14 Thread 'Mike Epstein' via Project Hosting on Google Code
Sorry, you will need to find someone technically savvy to help. I am unable
to permit continued violation of the terms of service.

On Tuesday, July 14, 2015, Bcbsma Marketing bcbsmamarketi...@gmail.com
wrote:

 Hi Mike,

 Any further help on the syntax error?
 Also, while I am trying to migrate the issues, can you please delay the
 disabling of the project until end of this month ?
 That will give me enough time to find, setup and organize my log
 elsewhere.
 Also just out of curiosity, you will be sun-setting the google code
 platform in a few months anyway. Why the hurry then ? I have do not have
 away to prove to you that this is not an open source project. But there is
 absolutely  no commercial gain out of this issues log. Instead of using a
 plain old excel spreadsheet or googledoc, this is just an alternative
 (admittedly much superior) way to maintain an issues log.

 Please oblige. Thanks!

 On Tue, Jul 14, 2015 at 5:06 PM, Bcbsma Marketing 
 bcbsmamarketi...@gmail.com
 javascript:_e(%7B%7D,'cvml','bcbsmamarketi...@gmail.com'); wrote:

 Sorry, I forgot to mention the syntax error is on line 1 in the attached
 screenshot


 On Tue, Jul 14, 2015 at 4:47 PM, Mike Epstein epst...@google.com
 javascript:_e(%7B%7D,'cvml','epst...@google.com'); wrote:

 For one thing, though, it appears you omitted the dashes from the
 arguments.

 On Tue, Jul 14, 2015 at 4:45 PM, Mike Epstein epst...@google.com
 javascript:_e(%7B%7D,'cvml','epst...@google.com'); wrote:

 I suggest you find someone who is familiar with python and shell to
 help. We cannot remotely debug your syntax error that you have not
 provided to us.

 On Tue, Jul 14, 2015 at 4:43 PM, Bcbsma Marketing 
 bcbsmamarketi...@gmail.com
 javascript:_e(%7B%7D,'cvml','bcbsmamarketi...@gmail.com'); wrote:

 So then I go to my terminal window and run an instructions.py file
 from a folder (it also houses the downloaded .json file) which contains 
 the
 following code -

 python googlecode-issues-exporter/bitbucket_issue_converter.py
 issue_file_path=GoogleCodeProjectHosting.json
 project_name=bcbsmaissuestracker
 default_owner_username=g4gaurang

 When I run this file I get a syntax error. I have not run python
 scripts before. Please help. Am I missing some syntax here ?




 On Tue, Jul 14, 2015 at 4:34 PM, Mike Epstein epst...@google.com
 javascript:_e(%7B%7D,'cvml','epst...@google.com'); wrote:

 Ah, I think you were confused by the inconsistent use of you and
 we in the documentation. I have changed everything to say you.

 On Tue, Jul 14, 2015 at 4:31 PM, Mike Epstein epst...@google.com
 javascript:_e(%7B%7D,'cvml','epst...@google.com'); wrote:

 I don't understand the question. Perhaps someone else on the mailing
 list does.

 However, the key thing is to download the .json file from Takeout
 before your project is removed.

 On Tue, Jul 14, 2015 at 4:29 PM, Bcbsma Marketing 
 bcbsmamarketi...@gmail.com
 javascript:_e(%7B%7D,'cvml','bcbsmamarketi...@gmail.com'); wrote:

 Hi Mike,

 Thank you for the instructions.

 In order to export/move to bitbucket, do I need to run the
 following code on my machine (with python compiler)? OR do you need to 
 ?

 python googlecode-issues-exporter/bitbucket_issue_converter.py \
 --issue_file_path=your GoogleCodeProjectHosting.json file \
 --project_name=your project name \
 --default_owner_username=your Bitbucket username

 And then will it generate the db-1.0.json to the folder from where
 it is run ?

 Please help me move.


 Exporting to Bitbucket

 Exporting issue data to Bitbucket is slightly different. Rather
 than using an API to export issues individually, Bitbucket takes a 
 single
 archive and will process all issues at once.

 We will run a script, bitbucket_issue_convert.py, to convert your
 Google Code issues dump into a format that can be imported into 
 Bitbucket.

 The Bitbucket script is very similar to the GitHub import script
 above.

 python googlecode-issues-exporter/bitbucket_issue_converter.py \
 --issue_file_path=your GoogleCodeProjectHosting.json file \
 --project_name=your project name \
 --default_owner_username=your Bitbucket username

 This will generate the file named db-1.0.json, which contains your
 project’s issues and comments in a format that Bitbucket can ingest.

 Next you need to convert it to a zip file:

 zip -r bitbucket-issues.zip db-1.0.json


 On Mon, Jul 13, 2015 at 11:31 PM, Mike Epstein epst...@google.com
 javascript:_e(%7B%7D,'cvml','epst...@google.com'); wrote:

 If you do not establish that this is an open-source software
 project by Friday, your Google Code project will be disabled. You may 
 wish
 to back up the data before then using a tool like the one described 
 here:
 https://code.google.com/p/support-tools/wiki/IssueExporterTool


 On Mon, Jul 13, 2015 at 3:46 PM, Mike Epstein epst...@google.com
 javascript:_e(%7B%7D,'cvml','epst...@google.com'); wrote:

 The Google Code issue tracker is for open-source-licensed
 projects 

Re: Issue attachment storage quota exceeded

2015-07-13 Thread 'Mike Epstein' via Project Hosting on Google Code
If you do not establish that this is an open-source software project by
Friday, your Google Code project will be disabled. You may wish to back up
the data before then using a tool like the one described here:
https://code.google.com/p/support-tools/wiki/IssueExporterTool


On Mon, Jul 13, 2015 at 3:46 PM, Mike Epstein epst...@google.com wrote:

 The Google Code issue tracker is for open-source-licensed projects only.
 Feel free to point us to the source code on another open-source hosting
 site (like GitHub) to show that it is an open-source project.

 If it is not, we will need to disable your issue tracker project.

 On Mon, Jul 13, 2015 at 3:45 PM, Bcbsma Marketing 
 bcbsmamarketi...@gmail.com wrote:

 Hi Mike,

 How do I point you to the source code ? We are just using the issue
 tracker feature to track issues without checking in any source code
 anywhere or doing any version control, code reviews etc.. And the problem
 is, the system wont let the user attach any more files.

 Please advise.

 Thanks!


 On Mon, Jul 13, 2015 at 2:46 PM, Mike Epstein epst...@google.com wrote:

 Is this an open-source project? If so, would you please point us at the
 source code?

 On Mon, Jul 13, 2015 at 2:15 PM, Bcbsma Marketing 
 bcbsmamarketi...@gmail.com wrote:

 Dear Admins,

 Our project https://code.google.com/p/bcbsmaissuestracker/issues/list has
 reached attachment storage limits. Is it possible to increase the quota?

 Thanks!
 Gaurang

 --
 You received this message because you are subscribed to the Google
 Groups Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to
 google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/d/optout.






-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/d/optout.


Re: Issue attachment storage quota exceeded

2015-07-13 Thread 'Mike Epstein' via Project Hosting on Google Code
Is this an open-source project? If so, would you please point us at the
source code?

On Mon, Jul 13, 2015 at 2:15 PM, Bcbsma Marketing 
bcbsmamarketi...@gmail.com wrote:

 Dear Admins,

 Our project https://code.google.com/p/bcbsmaissuestracker/issues/list has
 reached attachment storage limits. Is it possible to increase the quota?

 Thanks!
 Gaurang

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/d/optout.


Re: Issue attachment storage quota exceeded

2015-07-13 Thread 'Mike Epstein' via Project Hosting on Google Code
The Google Code issue tracker is for open-source-licensed projects only.
Feel free to point us to the source code on another open-source hosting
site (like GitHub) to show that it is an open-source project.

If it is not, we will need to disable your issue tracker project.

On Mon, Jul 13, 2015 at 3:45 PM, Bcbsma Marketing 
bcbsmamarketi...@gmail.com wrote:

 Hi Mike,

 How do I point you to the source code ? We are just using the issue
 tracker feature to track issues without checking in any source code
 anywhere or doing any version control, code reviews etc.. And the problem
 is, the system wont let the user attach any more files.

 Please advise.

 Thanks!


 On Mon, Jul 13, 2015 at 2:46 PM, Mike Epstein epst...@google.com wrote:

 Is this an open-source project? If so, would you please point us at the
 source code?

 On Mon, Jul 13, 2015 at 2:15 PM, Bcbsma Marketing 
 bcbsmamarketi...@gmail.com wrote:

 Dear Admins,

 Our project https://code.google.com/p/bcbsmaissuestracker/issues/list has
 reached attachment storage limits. Is it possible to increase the quota?

 Thanks!
 Gaurang

 --
 You received this message because you are subscribed to the Google
 Groups Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to
 google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/d/optout.





-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/d/optout.


Re: Issue attachment storage quota exceeded.

2014-11-25 Thread Pascal Leclercq
Hi,

can you please increase the quota ?

the license of the project is MIT license.

Thanks

On Monday, November 17, 2014 9:24:04 PM UTC+1, Pascal Leclercq wrote:

 Hello,
 our project https://code.google.com/p/xdocreport/ has reached attachment 
 storage limits. Is it possible to increase the quota?

 Thanks!





-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/d/optout.


Re: Issue attachment storage quota exceeded.

2014-11-25 Thread 'Jason Hall' via Project Hosting on Google Code
I've doubled your quota to 100 MB

On Tuesday, November 25, 2014, Pascal Leclercq pascal.lecle...@gmail.com
wrote:

 Hi,

 can you please increase the quota ?

 the license of the project is MIT license.

 Thanks

 On Monday, November 17, 2014 9:24:04 PM UTC+1, Pascal Leclercq wrote:

 Hello,
 our project https://code.google.com/p/xdocreport/ has reached attachment
 storage limits. Is it possible to increase the quota?

 Thanks!



  --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com
 javascript:_e(%7B%7D,'cvml','google-code-hosting%2bunsubscr...@googlegroups.com');
 .
 To post to this group, send email to google-code-hosting@googlegroups.com
 javascript:_e(%7B%7D,'cvml','google-code-hosting@googlegroups.com');.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/d/optout.


Re: Issue attachment storage quota exceeded (project aseprite)

2014-04-15 Thread Mike Williams
I have increased your attachment quota


On Wed, Apr 9, 2014 at 9:25 PM, davidcape...@gmail.com wrote:

 Hi,

 We (aseprite project) are requiring more space for issue attachments,
 somebody can increase the storage quota? Thanks

 Project: https://code.google.com/p/aseprite/

  --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/d/optout.




-- 
-Mike

-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/d/optout.


Re: Issue attachment storage quota exceeded

2013-11-27 Thread Omar Jarjur
It looks like your project's quota has already been increased to 4 times 
the default limit, and you have a lot of issues with image attachments that 
have been closed for multiple years.

Have you considered deleting some of the images attached to those old, 
closed issues? Is there a particular reason you are keeping them around?

On Saturday, November 23, 2013 3:34:03 AM UTC-8, mbas...@gmail.com wrote:

 Hi,
 I'm the admin of MakeHuman project (http://code.google.com/p/makehuman/).
 Our users can't add attachments to issue reports, due to the Issue 
 attachment storage quota exceeded.
 Is it  possible to increase the available space?




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue attachment storage quota exceeded

2013-05-30 Thread Project Hosting on Google Code
Done.

- Lennard

On Thursday, May 30, 2013 1:10:29 AM UTC-4, aleksey.k...@gmail.com wrote:

 Hi!
   Please, Increase the issue attachments quota for project 
 https://code.google.com/p/quite-rss
 Thanks in advance.


-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue attachment storage quota exceeded.

2013-01-21 Thread Chris Smith
I've upped your issue attachment quota to 150MB. Let us know if you need
anything else.

Cheers,
-Chris


On Mon, Jan 21, 2013 at 11:19 AM, baptiste.coudur...@gmail.com wrote:

 Hey guys, could I please get more space for code.google.com/p/ffmbc ?
 Thanks a lot

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-code-hosting/-/Iwm9FPKRlscJ.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code-hosting+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-code-hosting?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To post to this group, send email to google-code-hosting@googlegroups.com.
To unsubscribe from this group, send email to 
google-code-hosting+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.



Re: Issue attachment storage quota exceeded.

2012-12-07 Thread Lennard de Rijk
Done :).

On Thursday, December 6, 2012 7:33:38 PM UTC-5, parac...@gmail.com wrote:

 Could I have some more quota for http://code.google.com/p/xee/ ?




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-code-hosting/-/jQyhQI4HZsAJ.
To post to this group, send email to google-code-hosting@googlegroups.com.
To unsubscribe from this group, send email to 
google-code-hosting+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.



Re: Issue attachment storage quota exceeded.

2012-11-13 Thread Samuel Audet

On 11/13/2012 12:16 AM, Chris Smith wrote:

I've increased your issue attachment quota.


Thank you very much for the fast support!

Samuel

--
You received this message because you are subscribed to the Google Groups Project 
Hosting on Google Code group.
To post to this group, send email to google-code-hosting@googlegroups.com.
To unsubscribe from this group, send email to 
google-code-hosting+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.



Re: Issue attachment storage quota exceeded, IBus project

2012-10-03 Thread Ma Xiaojun
Our homepage:
http://code.google.com/p/ibus/

-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To post to this group, send email to google-code-hosting@googlegroups.com.
To unsubscribe from this group, send email to 
google-code-hosting+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.



Re: Issue attachment storage quota exceeded, IBus project

2012-10-03 Thread Chris Smith
I've bumped up your issue attachment quota. Please let me know if you need
anything else.

Cheers,
-Chris

On Tue, Oct 2, 2012 at 3:34 PM, Ma Xiaojun damage3...@gmail.com wrote:

 Our homepage:
 http://code.google.com/p/ibus/

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code-hosting+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-code-hosting?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To post to this group, send email to google-code-hosting@googlegroups.com.
To unsubscribe from this group, send email to 
google-code-hosting+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.



Re: Issue attachment storage quota exceeded [Pharo project]

2012-05-02 Thread Lennard de Rijk
Done. If you ever need more let us know.

- Lennard

On May 2, 3:04 pm, damien.cas...@gmail.com wrote:
 Hi,

 the pharo project can't have any attachment to issues anymore. Would it be
 possible for you to give us some more space?

 http://code.google.com/p/pharo/issues/list

 Thank you very much

-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To post to this group, send email to google-code-hosting@googlegroups.com.
To unsubscribe from this group, send email to 
google-code-hosting+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.



Re: Issue attachment storage quota exceeded.

2012-02-15 Thread Graham Hay
Thank you!

On 14 February 2012 20:52, Augie Fackler au...@google.com wrote:

 Done.

 On Feb 14, 2012, at 2:05 PM, Graham Hay wrote:

  Hi,
 
  We've run out of attachment storage, and it's not obvious how to
  reclaim some. Could we get some more, please?
 
  http://code.google.com/p/mb-unit/issues/list
 
  Thanks,
 
  Graham
 
  --
  You received this message because you are subscribed to the Google
 Groups Project Hosting on Google Code group.
  To post to this group, send email to
 google-code-hosting@googlegroups.com.
  To unsubscribe from this group, send email to
 google-code-hosting+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-code-hosting?hl=en.
 



-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To post to this group, send email to google-code-hosting@googlegroups.com.
To unsubscribe from this group, send email to 
google-code-hosting+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.



Re: Issue attachment storage quota exceeded.

2009-11-10 Thread johnjbarton

Thanks!

On Nov 9, 11:01 am, Nathaniel Manista nathan...@google.com wrote:
 On Mon, Nov 9, 2009 at 12:41 PM, johnjbarton 
 johnjbar...@johnjbarton.comwrote:



  On our issue page we get the message
  Issue attachment storage quota exceeded.
  What can we do?  Is there anyway to find out which issue have
  attachments and how big they are?

 Our recently-launched issue tracker API doesn't cover attachments. Were it
 to do so, it would certainly allow you to answer the question of where your
 issue attachment quota is being consumed. Feel free to star this feature
 request http://code.google.com/p/support/issues/detail?id=3213.
 In the meantime I've doubled fbug's quota to 200MB. If you need more, just
 ask again right here.
 -Nathaniel

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Hosting at Google Code group.
To post to this group, send email to google-code-hosting@googlegroups.com
To unsubscribe from this group, send email to 
google-code-hosting+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en
-~--~~~~--~~--~--~---