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  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 
>> 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 
 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 
> 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 
>>> 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 
 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= \
>> --project_name= \
>> --default_owner_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= \
>> --project_name= \
>> --default_owner_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
>>
>>

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 
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 > > 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 >> > 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  > 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 > > 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= \
 --project_name= \
 --default_owner_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= \
 --project_name= \
 --default_owner_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 >>> > 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  > wrote:
>
>> The Google Code issue tracker is for open-

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  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  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 
>>> 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= \
> --project_name= \
> --default_owner_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= \
> --project_name= \
> --default_owner_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 
> 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 
>> 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 
 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" gro

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  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  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= \
 --project_name= \
 --default_owner_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= \
 --project_name= \
 --default_owner_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 
 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 
> 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 
>>> 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

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  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= \
>> --project_name= \
>> --default_owner_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= \
>> --project_name= \
>> --default_owner_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 
>> 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 
>>> 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 
> 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 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= \
> --project_name= \
> --default_owner_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= \
> --project_name= \
> --default_owner_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  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  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 
 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
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  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  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
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  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.


Issue attachment storage quota exceeded

2015-07-13 Thread Bcbsma Marketing
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.


Issue attachment storage quota exceeded / Deleting attachments does not help

2014-12-10 Thread joachim . marder
Hello!

Is there a way to add more space for issue's attachments?
We have 49 MB (98% of total attachment quota) is it possible incerase to 
500 MB?

Our project is https://code.google.com/p/virtual-treeview/ 


I tried to delete attachments from verified issues, but they were kept
in the base because of the soft-deletion feature. Is there a way to
delete these files permanently?

Thanks very much:)

-- 
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 
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
> 
> .
> 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.


Issue attachment storage quota exceeded.

2014-11-17 Thread Pascal Leclercq
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.


Issue attachment storage quota exceeded on xdocreport

2014-10-10 Thread Pascal Leclercq
Hi,

we have a message :
"Issue attachment storage quota exceeded."

when we want to edit an issue on https://code.google.com/p/xdocreport/

can you please 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: GanttProject: Issue attachment storage quota exceeded

2014-07-16 Thread 'Augie Fackler' via Project Hosting on Google Code
Done, happy hacking.


On Wed, Jul 16, 2014 at 7:18 AM, Dmitry Barashev 
wrote:

> Hello,
> our project https://code.google.com/p/ganttproject has reached attachment
> storage limits. Is it possible to increase the quota?
>
> Thanks!
> -- Dmitry Barashev, GanttProject TL
>
> --
> 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.


GanttProject: Issue attachment storage quota exceeded

2014-07-16 Thread Dmitry Barashev
Hello,
our project https://code.google.com/p/ganttproject has reached attachment 
storage limits. Is it possible to increase the quota?

Thanks!
-- Dmitry Barashev, GanttProject TL

-- 
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.


Issue attachment storage quota exceeded.

2014-06-30 Thread anatoly techtonik
Hello,

We've depleted issue attachment quota at 
https://code.google.com/p/spyderlib/
Can you give us more space?

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 (project aseprite)

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


On Wed, Apr 9, 2014 at 9:25 PM,  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.


Issue attachment storage quota exceeded (project aseprite)

2014-04-15 Thread davidcapello
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.


Re: Issue attachment storage quota exceeded.

2014-02-24 Thread Augie Fackler
done


On Mon, Feb 24, 2014 at 8:33 AM,  wrote:

> Hi there,
>
>   could someone please allow the openjpeg project to have more space for
> attaching files ? Thanks ref: http://code.google.com/p/openjpeg
>
> --
> 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.
>

-- 
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.


Issue attachment storage quota exceeded.

2014-02-24 Thread mathieu . malaterre
Hi there,

  could someone please allow the openjpeg project to have more space for 
attaching files ? Thanks ref: http://code.google.com/p/openjpeg

-- 
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: Please help! (Issue attachment storage quota exceeded.)

2014-01-06 Thread Augie Fackler
What open-source software is being developed in that project? Where's the
code?


On Mon, Dec 30, 2013 at 12:55 PM,  wrote:

> Dear Sir,
>
>   We got a problem on "Issue attachment storage quota exceeded."
> Could you please increase our quota if possible?
>
> https://code.google.com/p/synerfun-pc08/issues/entry
>
> Thanks so much
>
> Sincerely,
> Patrick
>
> --
> 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.
>

-- 
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-12-18 Thread Augie Fackler
done, happy hacking


On Mon, Dec 16, 2013 at 1:53 AM,  wrote:

> Hi,
>
> We've run out of attachment space over at AnkiDroid (
> https://code.google.com/p/ankidroid/issues/list).
>
> If possible, I would appreciate it if we could get the quota increased.
>
> 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/groups/opt_out.
>

-- 
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.


Issue attachment storage quota exceeded.

2013-12-18 Thread houssam . salem . au
Hi,

We've run out of attachment space over at AnkiDroid (
https://code.google.com/p/ankidroid/issues/list).

If possible, I would appreciate it if we could get the quota increased.

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/groups/opt_out.


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.


"Issue attachment storage quota exceeded"

2013-11-23 Thread mbastioni
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.




Issue attachment storage quota exceeded

2013-05-30 Thread aleksey . khokhryakov
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-22 Thread Baptiste Coudurier
Thanks a lot

-- 
Baptiste COUDURIER
Key fingerprint  8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer   http://www.ffmpeg.org

On 01/21/2013 12:01 PM, Chris Smith wrote:
> 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,  > 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.

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,  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.



Issue attachment storage quota exceeded.

2013-01-21 Thread baptiste . coudurier
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.



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.



Issue attachment storage quota exceeded.

2012-12-06 Thread paracel...@gmail.com
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/-/ubrlFJD4e8kJ.
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.

2012-11-12 Thread Chris Smith
I've increased your issue attachment quota.

Cheers,
-Chris


On Sun, Nov 11, 2012 at 5:26 PM, Samuel Audet wrote:

> Hello,
>
> I've hit the dreaded "Issue attachment storage quota exceeded." message
> for my project at 
> http://code.google.com/p/**javacv/<http://code.google.com/p/javacv/>and as 
> others I haven't found a way to purge attachments or something.
> Please let me know how to handle the situation or if you can increase the
> quota. Thanks!
>
> And thank you very much for all the work you're putting in Google Code!
>
> 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<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.



Issue attachment storage quota exceeded.

2012-11-12 Thread Samuel Audet

Hello,

I've hit the dreaded "Issue attachment storage quota exceeded." message 
for my project at http://code.google.com/p/javacv/ and as others I 
haven't found a way to purge attachments or something. Please let me 
know how to handle the situation or if you can increase the quota. Thanks!


And thank you very much for all the work you're putting in Google Code!

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 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  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, 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.



Issue attachment storage quota exceeded, IBus project

2012-10-03 Thread Ma Xiaojun
IBus project provides solution for CJK inputting in Linux/Unix OS.
I'm one of the committer.
Please increase our quota.

-- 
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.



Issue attachment storage quota exceeded [Pharo project]

2012-05-02 Thread damien . cassou
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 view this discussion on the web visit 
https://groups.google.com/d/msg/google-code-hosting/-/d0pgIG6egU8J.
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: Only using a few MB, but "Issue attachment storage quota exceeded."

2012-03-27 Thread psouza4
Thank you for the limit raise!  I'll keep an eye on the discrepancy -- it's 
still about 45 MB higher than it should be, but hasn't increased that I can 
tell.


On Monday, March 26, 2012 6:48:36 AM UTC-6, Lennard de Rijk wrote:
>
> Hi, 
>
> I've raised your limit for now. If the discrepancy becomes bigger 
> please file an issue at http://code.google.com/p/support/issues/list. 
>
> - Lennard 
>
> On Mar 23, 5:47 pm, psou...@gmail.com wrote: 
> > Our project has said "Issue attachment storage quota exceeded." for a 
> very 
> > long time 
> > 
> > http://code.google.com/p/mediacentermaster/ 
> > 
> > However, a search on all issues for has:attachment reveals only a few 
> > totaling maybe 4 MB or so.  The admin panel seems stuck at around 49.2 
> MB. 
> >  Can someone help fix the discrepancy or raise our limit? 
> > 
> > Thanks in advance!

-- 
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/-/xMZ0kUw86G8J.
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: Only using a few MB, but "Issue attachment storage quota exceeded."

2012-03-26 Thread Lennard de Rijk
Hi,

I've raised your limit for now. If the discrepancy becomes bigger
please file an issue at http://code.google.com/p/support/issues/list.

- Lennard

On Mar 23, 5:47 pm, psou...@gmail.com wrote:
> Our project has said "Issue attachment storage quota exceeded." for a very
> long time
>
> http://code.google.com/p/mediacentermaster/
>
> However, a search on all issues for has:attachment reveals only a few
> totaling maybe 4 MB or so.  The admin panel seems stuck at around 49.2 MB.
>  Can someone help fix the discrepancy or raise our limit?
>
> Thanks in advance!

-- 
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.



Only using a few MB, but "Issue attachment storage quota exceeded."

2012-03-24 Thread psouza4
Our project has said "Issue attachment storage quota exceeded." for a very 
long time

http://code.google.com/p/mediacentermaster/ 

However, a search on all issues for has:attachment reveals only a few 
totaling maybe 4 MB or so.  The admin panel seems stuck at around 49.2 MB. 
 Can someone help fix the discrepancy or raise our limit?

Thanks in advance!

-- 
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/-/L8rVAviKlDUJ.
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  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.

2012-02-14 Thread Augie Fackler
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.



Issue attachment storage quota exceeded.

2012-02-14 Thread Graham Hay
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.



Re: Issue attachment storage quota exceeded.

2009-11-10 Thread johnjbarton

Thanks!

On Nov 9, 11:01 am, Nathaniel Manista  wrote:
> On Mon, Nov 9, 2009 at 12:41 PM, johnjbarton 
> wrote:
>
>
>
> > 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
-~--~~~~--~~--~--~---



Re: Issue attachment storage quota exceeded.

2009-11-09 Thread Nathaniel Manista
On Mon, Nov 9, 2009 at 12:41 PM, johnjbarton wrote:

>
> 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
-~--~~~~--~~--~--~---



Issue attachment storage quota exceeded.

2009-11-09 Thread johnjbarton

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?

http://code.google.com/p/fbug/

jjb

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---